Quantcast
Channel: rana_kualuの記事 - Qiita
Viewing all articles
Browse latest Browse all 331

【PHP8.3】PDOでデータベース固有機能が使えるようになる

$
0
0
PDOは汎用データベースドライバです。 // MySQL $pdo = new PDO('mysql:host=localhost;dbname=test'); // PostgreSQL $pdo…

Viewing all articles
Browse latest Browse all 331

Trending Articles