検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 176 for res (0.007 sec.)
ビット演算子 15018
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特 ... \n" ; echo <<<EOH --------- --------- -- --------- result value op test --------- --------- -- --------- ... Bitwise AND \n" ; foreach ( $values as $value ) { $result = $value & $test ; printf ( $format , $result , ... nclusive OR \n" ; foreach ( $values as $value ) { $result = $value | $test ; printf ( $format , $result , ... ve OR (XOR) \n" ; foreach ( $values as $value ) { $result = $value ^ $test ; printf ( $format , $result , ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
定義済み定数 10797
« リソース型 有効期限 » PHP Manual Memcached 定義済み定数 定義済み定数 以下の定数が定義されていま ... されている場合のみ使用可能です。 Memcached::OPT_COMPRESSION ペイロードの圧縮を有効あるいは無効にします。有 ... mcached 3.0.0 以降で使用可能です。 Memcached::GET_PRESERVE_ORDER Memcached::getMulti() や Memcached::getM ... すると、デフォルト値の NULL を返します。 Memcached::RES_SUCCESS 実行しようとした操作が成功したことを示しま ... す。 Memcached::RES_FAILURE 実行しようとした操作が何らかの点で失敗した ...
https://man.plustar.jp/php/memcached.constants.html - [similar]
Initiates a restore task in the service manager and returns immediately 9346
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... the service manager and returns immediately ibase_restore (PHP 5, PHP 7 < 7.4.0) ibase_restore — Initiat ... es a restore task in the service manager and returns immedi ... ately 説明 ibase_restore ( resource $service_handle , string $source_fi ... he (remote) database server. There it starts a new restore process. Therefore you won't get any responses ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
Fetch the next row and return it as an object 8430
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... return it as an object 説明 cubrid_fetch_object ( resource $result , string $class_name = ? , array $par ... ion returns an object with the column names of the result set as properties. The values of these properti ... es are extracted from the current row of the result. パラメータ result result comes from a call to ... ubrid_connect ( "localhost" , 33000 , "demodb" ); $res = cubrid_execute ( $conn , "SELECT * FROM code" ); ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
パターンを使用して入力文字列をパースする 8252
« MessageFormatter::parseMessage MessageFormatter::setPattern » PHP Manual MessageFormatter パタ ... teger} trees make {2,number} monkeys per tree" ); $res = msgfmt_parse ( $fmt , "4,560 monkeys on 123 tree ... s make 37.073 monkeys per tree" ); var_export ( $res ); $fmt = msgfmt_create ( 'de' , "{0,number,intege ... nteger} Bäumen sind {2,number} Affen pro Baum" ); $res = msgfmt_parse ( $fmt , "4.560 Affen auf 123 Bäume ... n sind 37,073 Affen pro Baum" ); var_export ( $res ); ?> 例2 オブジェクト指向の例 <?php $fmt = new Me ...
https://man.plustar.jp/php/messageformatter.parse.html - [similar]
ZIP ファイルアーカイブをオープンする 7615
« ZipArchive::locateName ZipArchive::registerCancelCallback » PHP Manual ZipArchive ZIP ファイル ... オープンおよび展開 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ... $zip -> close (); } else { echo '失敗、コード:' . $res ; } ?> 例2 アーカイブの作成 <?php $zip = new ZipAr ... chive ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ... ); if ( $res === TRUE ) { $zip -> addFromString ( 'test.txt' , ...
https://man.plustar.jp/php/ziparchive.open.html - [similar]
フィールドの名前を返す 7269
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... フィールドの名前を返す 説明 pg_field_name ( PgSql\Result $result , int $field ): string pg_field_name() ... は、 指定した result インスタンスの指定した field にあるフィールドの ... 前は pg_fieldname() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数が ... ありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 field フィールド番号。0 ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
定義済み定数 7213
« リソース型 Firebird/InterBase 関数 » PHP Manual Firebird/InterBase 定義済み定数 定義済み定数 以 ... _info() , ibase_db_info() , ibase_backup() , ibase_restore() および ibase_maintain_db() )に渡すことが可能 ... BASE_BKP_CONVERT ibase_backup() のオプション IBASE_RES_DEACTIVATE_IDX ibase_restore() のオプション IBASE_ ... RES_NO_SHADOW ibase_restore() のオプション IBASE_RES_NO_VALIDITY ibase_res ... tore() のオプション IBASE_RES_ONE_AT_A_TIME ibase_restore() のオプション IBASE_R ...
https://man.plustar.jp/php/ibase.constants.html - [similar]
指定したフィールドの内部記憶領域におけるサイズを返す 7157
« pg_field_prtlen pg_field_table » PHP Manual PostgreSQL 関数 指定したフィールドの内部記憶領域に ... 領域におけるサイズを返す 説明 pg_field_size ( PgSql\Result $result , int $field ): int pg_field_size() は、 ... 指定した PostgreSQL の 結果において、指定したフィールド番号の内部記憶 ... 前は pg_fieldsize() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数が ... ありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 field フィールド番号。0 ...
https://man.plustar.jp/php/function.pg-field-size.html - [similar]
トランザクションをロールバックする 7101
« db2_result db2_server_info » PHP Manual IBM DB2 関数 トランザクションをロールバックする db2_ro ... ランザクションをロールバックする 説明 db2_rollback ( resource $connection ): bool 指定した接続リソース上で実 ... _exec ( $conn , "SELECT count(*) FROM animals" ); $res = db2_fetch_array ( $stmt ); echo $res [ 0 ] . "\n ... _exec ( $conn , "SELECT count(*) FROM animals" ); $res = db2_fetch_array ( $stmt ); echo $res [ 0 ] . "\n ... _exec ( $conn , "SELECT count(*) FROM animals" ); $res = db2_fetch_array ( $stmt ); echo $res [ 0 ] . "\n ...
https://man.plustar.jp/php/function.db2-rollback.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT