Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
オブジェクト指向データベース ライブラリ MDB2 を使用する利点 (および欠点) は、PHP に付属する単純なデータベース関数よりも優れていますか?
autoExecute、prepare、query などの PEAR 関数を使用できること。データベースを頻繁に使用する場合は、PEAR を使用してデータをエスケープできるという利点があります。値が期待される型と異なる場合にもエラーを処理します。
例: 1 つのステートメントと値の配列を使用して、複数の挿入などを行うことができます。