検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 574 for only (0.019 sec.)
Prepare a SQL statement for execution 4047
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... several times repeatedly or to process long data. Only a single statement can be used and a parameter may ... e to a MARK(?) by using the cubrid_bind() function only. パラメータ conn_identifier Connection identifier. ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
Gets field data from the currently selected row 4047
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... get_field (No version information available, might only be in Git) sqlsrv_get_field — Gets field data from ... ), true )); } // Make the first (and in this case, only) row of the result set available for reading. if( ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
Building the MongoDB PHP Driver from source 4047
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... to , which will search for Secure Transport (macOS only), OpenSSL, and LibreSSL, in that order. Additional ... used to specify a manual search path (for OpenSSL only). The final build step, make install , will report ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
Adds values to the set 3972
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... ); // Adding the same instance multiple times will only add the first. $set -> add ( $obj ); $set -> add ( ... multiple instances of equal hashable objects will only add the first. $set -> add (new \ HashableObject ( ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
空白文字かどうか調べる 3972
« ctype_punct ctype_upper » PHP Manual Ctype 関数 空白文字かどうか調べる ctype_space (PHP 4 >= 4 ... string ' $name ' consists of whitespace characters only.\n" ; } else { echo "The string ' $name ' contains ... string 'string1' consists of whitespace characters only. The string 'string2' contains non-whitespace char ...
https://man.plustar.jp/php/function.ctype-space.html - [similar]
文からのフィールド名を返す 3972
« oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_fi ... FROM mytab" ); oci_execute ( $stid , OCI_DESCRIBE_ONLY ); // Use OCI_DESCRIBE_ONLY if not fetching rows e ...
https://man.plustar.jp/php/function.oci-field-name.html - [similar]
フィールドの精度を問い合わせる 3972
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field ... FROM mytab" ); oci_execute ( $stid , OCI_DESCRIBE_ONLY ); // Use OCI_DESCRIBE_ONLY if not fetching rows $ ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
フィールドの桁数を問い合わせる 3972
« oci_field_precision oci_field_size » PHP Manual OCI8 関数 フィールドの桁数を問い合わせる oci_f ... FROM mytab" ); oci_execute ( $stid , OCI_DESCRIBE_ONLY ); // 行をフェッチしない場合は OCI_DESCRIBE_ONLY...
https://man.plustar.jp/php/function.oci-field-scale.html - [similar]
Oracle におけるフィールドの型を問い合わせる 3972
« oci_field_size oci_field_type » PHP Manual OCI8 関数 Oracle におけるフィールドの型を問い合わせ ... from mytab' ); oci_execute ( $stid , OCI_DESCRIBE_ONLY ); // 行をフェッチしない場合は OCI_DESCRIBE_ONLY...
https://man.plustar.jp/php/function.oci-field-type-raw.html - [similar]
Prepares and executes a query 3972
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... uery (No version information available, might only be in Git) sqlsrv_query — Prepares and executes a ... } ?> 注意 For statements that you plan to execute only once, use sqlsrv_query() . If you intend to re-exe ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]