検索

phrase: max: clip:
target: order:
Results of 571 - 580 of about 1461 for IN (0.234 sec.)
プリペアドステートメントを実行する 2510
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... 備と実行 以下の例では、4 つのパラメータマーカを含む INSERT 文を準備し、 入力値の配列を含む配列を順に処理し ... 。 <?php $pet = array( 0 , 'cat' , 'Pook' , 3.2 ); $insert = 'INSERT INTO animals (id, breed, name, weigh ... UES (?, ?, ?, ?)' ; $stmt = db2_prepare ( $conn , $insert ); if ( $stmt ) { $result = db2_execute ( $stm ... t , $pet ); if ( $result ) { print "新しいペットの追加に成功しました。" ; } } ?> 上の ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
Gets a record from a database as an associative array 2510
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... dbase_get_record_with_names ( resource $database , int $number ): array Gets a record from a dBase datab ... ed by dbase_open() or dbase_create() . _number The index of the record between 1 and dbase_numrecords($d ... associative array with the record. This will also include a key named deleted which is set to 1 if the ... まになります。 DateTime は文字列に変換されます。 PHP_INT_MIN .. PHP_INT_MAX の範囲外の Integer は文字列にな ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
Returns the PHP representation of a BSON value 2510
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... ation of a BSON value 説明 MongoDB\BSON\toPHP ( string $bson , array $typeMap = array() ): array | objec ... t Unserializes a BSON document (i.e. binary string) to its PHP representation. The typeMap ... y be used to control the PHP types used for converting BSON arrays and documents (both root and embedded ... ). 警告 BSON documents can technically contain duplicate keys because documents are stored as a l ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
Dynamically changes the code of the given method 2510
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... de of the given method runkit7_method_redefine (PECL runkit7 >= Unknown) runkit7_method_redefine ... code of the given method 説明 runkit7_method_redefine ( string $class_name , string $method_name , stri ... ng $argument_list , string $code , int $flags = RUNKIT7_ACC_PUBLIC , string ... $doc_comment = null , string $return_type = ? , bool $is_strict = ? ): bool ru ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
Cancels a statement 2510
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... v_cancel (No version information available, might only be in Git) sqlsrv_c ... uted if it was created with sqlsrv_prepare() . Calling sqlsrv_cancel() is not necessary if all the resul ... $serverName = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "user ... $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( print_r ( sqlsrv ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
Executes a statement prepared with sqlsrv_prepare 2510
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... qlsrv_prepare sqlsrv_execute (No version information available, might only be in Git) sqlsrv_e ... qlsrv_prepare() . This function is ideal for executing a prepared statement multiple times with differen ... multiple times (with different parameter values) using sqlsrv_execute() . <?php $serverName = "serverNam ... e\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "user ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
その他の変更 2510
« 変更された関数 Windows のサポート » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 その他の変更 ... これらを用いた代入演算) を行おうとしたときに、 E_WARNING あるいは E_NOTICE レベルのエラーが発生するようにな ... が数値で始まっていながら非数値で終わる場合で、 E_WARNING が発生するのは文字列中に数値が含まれない場合です。 ... <?php '1b' + 'something' ; 上の例の出力は以下となります。 Notice: A non w ... ell formed numeric value encountered in %s on line %d Warning: A non-numeric value encount ...
https://man.plustar.jp/php/migration71.other-changes.html - [similar]
下位互換性のない変更点 2510
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x へ ... 。 <?php var_dump ( number_format (- 0.01 )); // string(2) "-0" ではなく string(1) "0" となります オブジェ ... "]=> // 数値キーではなく、文字列のキーになりました int(1) } int(1) int(1) また、オブジェクトに数値のキー ... 0]=> // 文字列のキーではなく、整数のキーになります int(1) } int(1) int(1) get_class() に null を渡せない ... いました。 この機能は削除され、 null を渡すと E_WARNING が発生するようになりました。 以前と同様の挙動を実 ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]
コレクションがデータベースに存在するかをチェックする 2510
« Collection::dropIndex Collection::find » PHP Manual mysql_xdevapi\Collection コレクションがデー ... タベースに存在するかをチェックする Collection::existsInDatabase (No version information available, might o ... nly be in Git) Collection::existsInDatabase — コレクションが ... ックする 説明 public mysql_xdevapi\Collection::existsInDatabase (): bool コレクションオブジェクトが、データ ... なされます。 これに対してカラムを追加すると、 existsInDatabase() はコレクションとは見なさなくなります。 例 ...
https://man.plustar.jp/php/mysql-xdevapi-collection.existsindatabase.html - [similar]
Execute operation with EXCLUSIVE LOCK 2510
« CollectionFind::limit CollectionFind::lockShared » PHP Manual mysql_xdevapi\CollectionFind Exe ... cute operation with EXCLUSIVE LOCK CollectionFind::lockExclusive (No version information available, ... might only be in Git) CollectionFind::lockExclusive — Execute opera ... XCLUSIVE LOCK 説明 public mysql_xdevapi\CollectionFind::lockExclusive ( int $lock_waiting_option = ? ): ... mysql_xdevapi\CollectionFind ドキュメントを排他ロックし、他のトランザクションか ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.lockexclusive.html - [similar]