検索

phrase: max: clip:
target: order:
Results of 671 - 680 of about 1267 for Value (0.142 sec.)
イテレータにある要素をカウントする 2583
« iterator_apply iterator_to_array » PHP Manual SPL 関数 イテレータにある要素をカウントする iter ... two' , 'three' ]); foreach ( $iterator as $key => $value ) { echo " $key : $value (" , iterator_count ( $it ...
https://man.plustar.jp/php/function.iterator-count.html - [similar]
Sets a millisecond timeout for database calls 2583
« oci_set_action oci_set_client_identifier » PHP Manual OCI8 関数 Sets a millisecond timeout for ... error is returned to the application. The time_out value applies to each round-trip individually, not to th ... When persistent connections are used, the timeout value will be retained across PHP requests. The oci_set_ ...
https://man.plustar.jp/php/function.oci-set-call-timout.html - [similar]
整数属性を設定する 2583
« radius_put_attr radius_put_string » PHP Manual Radius 関数 整数属性を設定する radius_put_int ( ... t_int ( resource $radius_handle , int $type , int $value , int $options = 0 , int $tag = ? ): bool 整数属性 ... ータ radius_handle RADIUS リソース。 type 属性の型。 value 属性の値。 options 属性のオプションのビットマスク。 ...
https://man.plustar.jp/php/function.radius-put-int.html - [similar]
以前のエラーハンドラ関数を回復する 2583
« error_reporting restore_exception_handler » PHP Manual エラー処理関数 以前のエラーハンドラ関数 ... er ( $errno , $errstr ) { echo "Invalid serialized value.\n" ; } $serialized = 'foo' ; set_error_handler ( ... 上の例の出力は以下となります。 Invalid serialized value. 参考 error_reporting() - 出力する PHP エラーの種類 ...
https://man.plustar.jp/php/function.restore-error-handler.html - [similar]
値の保存可能な表現を生成する 2583
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP ... 値の保存可能な表現を生成する 説明 serialize ( mixed $value ): string 値の保存可能な表現を生成します。 型や構造 ... には、 unserialize() を使用してください。 パラメータ value シリアル化する値。 serialize() は、 resource および ... らの値の前後には null バイトがついています。 戻り値 value の保存可能なバイトストリーム表現を含む文字列を返し ... prepare ( $conn , "INSERT INTO sessions (id, data) VALUES(?, ?)" ); if (! odbc_execute ( $stmt , array_reve ...
https://man.plustar.jp/php/function.serialize.html - [similar]
SNMP オブジェクトの値を設定する 2583
« snmp3_real_walk snmp3_walk » PHP Manual SNMP 関数 SNMP オブジェクトの値を設定する snmp3_set (P ... object_id , array | string $type , array | string $value , int $timeout = -1 , int $retries = -1 ): bool sn ... 進数を指定する。 詳細は、サンプルを参照ください。 value 新しい値。 timeout 最初のタイムアウトまでのマイクロ ... を却下すると、"Warning: Error in packet. Reason: (badValue) The value given has the wrong type or length." の ...
https://man.plustar.jp/php/function.snmp3-set.html - [similar]
画像のアーチファクトを設定する 2583
« Imagick::setImageAlphaChannel Imagick::setImageAttribute » PHP Manual Imagick 画像のアーチファ ... ick::setImageArtifact ( string $artifact , string $value ): bool 画像にアーチファクトを関連づけます。プロパ ... 能です。 パラメータ artifact アーチファクトの名前。 value アーチファクトの値。 戻り値 成功した場合に true を ...
https://man.plustar.jp/php/imagick.setimageartifact.html - [similar]
オプションを設定する 2583
« Imagick::setLastIterator Imagick::setPage » PHP Manual Imagick オプションを設定する Imagick::s ... public Imagick::setOption ( string $key , string $value ): bool ひとつあるいは複数のオプションを設定します ... 。 パラメータ key value 戻り値 成功した場合に true を返します。 例 例1 Att ...
https://man.plustar.jp/php/imagick.setoption.html - [similar]
コードポイント値に対応する、Unicode 文字を返す 2583
« IntlChar::charType IntlChar::digit » PHP Manual IntlChar コードポイント値に対応する、Unicode 文 ... します。 例 例1 さまざまなコードポイントの例 <?php $values = [ "A" , 63 , 123 , 9731 ]; foreach ( $values as ... $value ) { var_dump ( IntlChar :: chr ( $value )); } ?> 上 ...
https://man.plustar.jp/php/intlchar.chr.html - [similar]
指定したサーバーでデータを既存のアイテムに追記する 2583
« Memcached::append Memcached::cas » PHP Manual Memcached 指定したサーバーでデータを既存のアイテ ... ByKey ( string $server_key , string $key , string $value ): bool Memcached::appendByKey() は機能的に Memcac ... ルチ操作の効率が上がります。 key 値の格納先のキー。 value 追記する文字列。 戻り値 成功した場合に true を、失 ...
https://man.plustar.jp/php/memcached.appendbykey.html - [similar]