検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 1267 for Value (0.035 sec.)
配列のキーすべて、あるいはその一部を返す 2718
« array_key_last array_map » PHP Manual 配列 関数 配列のキーすべて、あるいはその一部を返す array ... ): array array_keys ( array $array , mixed $search_value , bool $strict = false ): array array_keys() は、配 ... ら全てのキー (数値および文字列) を返します。 search_value が指定された場合、 指定した値に関するキーのみが返さ ... ます。 パラメータ array 返すキーを含む配列。 search_value 指定した場合は、この値を含むキーのみを返します。 s ... 4 ) Array ( [0] => color [1] => size ) 参考 array_values() - 配列の全ての値を返す array_combine() - 一方の ...
https://man.plustar.jp/php/function.array-keys.html - [similar]
Move the cursor in the result 2718
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... e current cursor location of req_identifier by the value set in the offset argument, to the direction set i ... function uses CUBRID_CURSOR_CURRENT as its default value. If the value of cursor movement range goes over t ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]
Update the element value of sequence type column using OID 2718
« cubrid_seq_insert cubrid_set_add » PHP Manual CUBRID 関数 Update the element value of sequence ... BRID >= 8.3.0) cubrid_seq_put — Update the element value of sequence type column using OID 説明 cubrid_seq_ ... rid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, {1,2,3}, {11,22,33,333}, 'a')" ); $req = cubri ...
https://man.plustar.jp/php/function.cubrid-seq-put.html - [similar]
cURL マルチハンドル用のオプションを設定する 2718
« curl_multi_select curl_multi_strerror » PHP Manual cURL 関数 cURL マルチハンドル用のオプション ... rlMultiHandle $multi_handle , int $option , mixed $value ): bool 警告 この関数は、 現在のところ詳細な情報は ... ータ multi_handle option CURLMOPT_* 定数のいずれか。 value option に設定する値。 value には int 型の値を指定し ... 値によって、それぞれ次のようになります。 オプション value の設定値 CURLMOPT_PIPELINING 1 を渡せば有効に、そし ...
https://man.plustar.jp/php/function.curl-multi-setopt.html - [similar]
Reads the mean square error from the network 2718
« fann_get_learning_rate fann_get_network_type » PHP Manual Fann 関数 Reads the mean square erro ... Reads the mean square error from the network. This value is calculated during training or testing and can t ... ave been changed since the last calculation of the value. パラメータ ann ニューラルネットワークリソース。 戻 ...
https://man.plustar.jp/php/function.fann-get-mse.html - [similar]
クオータレベルの設定、メールボックス毎の使用状況を取得する 2718
« imap_gc imap_get_quotaroot » PHP Manual IMAP 関数 クオータレベルの設定、メールボックス毎の使用 ... た。 各キーの値は配列となっており、その中に usage と values の値が格納されています。 過去との互換性を保つため ... ( "接続できません: " . imap_last_error ()); $quota_value = imap_get_quota ( $mbox , "user.kalowsky" ); if ( ... is_array ( $quota_value )) { echo "Usage level is: " . $quota_value [ 'usa ... ge' ]; echo "Limit level is: " . $quota_value [ 'limit' ]; } imap_close ( $mbox ); ?> 例2 4.3 以 ...
https://man.plustar.jp/php/function.imap-get-quota.html - [similar]
変数がスカラかどうかを調べる 2718
« is_resource is_string » PHP Manual 変数操作 関数 変数がスカラかどうかを調べる is_scalar (PHP 4 ... 変数がスカラかどうかを調べる 説明 is_scalar ( mixed $value ): bool 指定した変数がスカラかどうかを調べます。 ス ... r() は、NULL をスカラとは見なしません。 パラメータ value 評価する変数。 戻り値 value がスカラの場合に true ...
https://man.plustar.jp/php/function.is-scalar.html - [similar]
Unicode のコードポイントに対応する文字を返す 2718
« mb_check_encoding mb_convert_case » PHP Manual マルチバイト文字列 関数 Unicode のコードポイント ... ました。 例 例1 さまざまなコードポイントの例 <?php $values = [ 65 , 63 , 0x20AC , 128024 ]; foreach ( $value ... s as $value ) { var_dump ( mb_chr ( $value , 'UTF-8' )); var_d ... ump ( mb_chr ( $value , 'ISO-8859-1' )); } ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/function.mb-chr.html - [similar]
yield したキーを取得する 2718
« Generator::getReturn Generator::next » PHP Manual Generator yield したキーを取得する Generator ... key() の例 <?php function Gen () { yield 'key' => 'value' ; } $gen = Gen (); echo " { $gen -> key ()} => { ... rent ()} " ; 上の例の出力は以下となります。 key => value 関連キーワード: yield , キー , 取得 , Generator , ...
https://man.plustar.jp/php/generator.key.html - [similar]
アイテムを格納する 2718
« Memcached::resetServerList Memcached::setByKey » PHP Manual Memcached アイテムを格納する Memca ... 説明 public Memcached::set ( string $key , mixed $value , int $expiration = ? ): bool Memcached::set() は、 ... 指定したキー key で memcache サーバー上に value を格納します。 expiration パラメータで、 この値をい ... に圧縮を行います。 パラメータ key 値の格納先のキー。 value 格納する値。 expiration 期限切れとなるまでの時間。 ...
https://man.plustar.jp/php/memcached.set.html - [similar]