検索

phrase: max: clip:
target: order:
Results of 521 - 530 of about 532 for execute (0.112 sec.)
OCI8 関数 3104
« ドライバでサポートされるデータ型 oci_bind_array_by_name » PHP Manual OCI8 OCI8 関数 OCI8 関数 ... づける oci_error — 最後に見つかったエラーを返す oci_execute — 文を実行する oci_fetch_all — クエリからの複数の行 ...
https://man.plustar.jp/php/ref.oci8.html - [similar]
SQL の集約関数として使用する PHP 関数を登録する 3104
« SQLite3::__construct SQLite3::createCollation » PHP Manual SQLite3 SQL の集約関数として使用する ... ) { $insert -> bindValue ( 1 , $str ); $insert -> execute (); } $insert = null ; function max_len_step ( $co ...
https://man.plustar.jp/php/sqlite3.createaggregate.html - [similar]
The Zookeeper class 3065
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... LETE Can delete children Zookeeper::PERM_ADMIN Can execute set_acl() Zookeeper::PERM_ALL All of the above fla ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
変更履歴 3065
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... 前のバージョンでは、リソース を期待していました。 pg_execute PgSql\Result クラスのインスタンスを返すようになりま ... り前のバージョンでは、リソース を返していました。 pg_execute connection は、PgSql\Connection クラスのインスタン ... ージョンでは、リソース を期待していました。 pg_send_execute connection は、PgSql\Connection クラスのインスタン ... も、 この関数を使えるようになりました。 mysqli_stmt::execute オプションの引数 params が追加されました。 mysqli_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
MySQL サーバに接続する 3065
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... dump ( $collection -> find ( "name = 'Alfred'" )-> execute ()-> fetchOne ()); ?> 上の例の出力は、 たとえば以下 ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
持続的接続を使用してOracle データベースに接続する 3065
« oci_password_change oci_register_taf_callback » PHP Manual OCI8 関数 持続的接続を使用してOracl ... i_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table border='1'>\n" ; while ( $ ...
https://man.plustar.jp/php/function.oci-pconnect.html - [similar]
保存用表現から PHP の値を生成する 3065
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, ... = array( $_SERVER [ 'PHP_AUTH_USER' ]); if (! odbc_execute ( $stmt , $sqldata ) || ! odbc_fetch_into ( $stmt ...
https://man.plustar.jp/php/function.unserialize.html - [similar]
Create a new Query 3065
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... represents a database query. The query may then be executed with MongoDB\Driver\Manager::executeQuery() . パラ ... dPreference :: RP_PRIMARY ); $cursor = $manager -> executeQuery ( 'databaseName.collectionName' , $query , $r ... p ( $document ); } ?> 参考 MongoDB\Driver\Manager::executeQuery() - Execute a database query MongoDB\Driver\C ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する 3065
« PDO_SQLITE DSN PDO::sqliteCreateCollation » PHP Manual SQLite (PDO) SQL 文で使用する集約ユーザ ... UES (?)' ); foreach ( $data as $str ) { $insert -> execute (array( $str )); } $insert = null ; function max_l ...
https://man.plustar.jp/php/pdo.sqlitecreateaggregate.html - [similar]
下位互換性のない変更点 3034
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x へ ... PORT_OFF); を使うことで再現できます。 mysqli_stmt::execute() を継承したクラスは、 追加でオプションの引数を指定 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]