検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 1267 for Value (0.026 sec.)
変数の文字列としての値を取得する 3151
« settype unserialize » PHP Manual 変数操作 関数 変数の文字列としての値を取得する strval (PHP 4, ... 数の文字列としての値を取得する 説明 strval ( mixed $value ): string value の string としての値を 返します。文 ... あるいは number_format() を参照ください。 パラメータ value 文字列に変換したい変数。 value には、任意のスカラー ... オブジェクトに対しても使うことはできません。 戻り値 value の文字列値を返します。 例 例1 マジックメソッド __t ...
https://man.plustar.jp/php/function.strval.html - [similar]
変数が既にキャッシュに存在しない場合にのみ変数をユーザーキャッシュに追加する 3151
« wincache_scache_meminfo wincache_ucache_cas » PHP Manual WinCache 関数 変数が既にキャッシュに存 ... する 説明 wincache_ucache_add ( string $key , mixed $value , int $ttl = 0 ): bool wincache_ucache_add ( array ... $values , mixed $unused = NULL , int $ttl = 0 ): bool 変数 ... he_set() 関数をかわりに使います。 key には name => value のペアの配列を渡すこともできます。 この場合は name ... シュに格納できるので、競合状態になることを防げます。 value 格納したい変数の値。ファイルハンドルのようなリソー ...
https://man.plustar.jp/php/function.wincache-ucache-add.html - [similar]
値に依存した列挙型(Backed Enum) 3151
« 列挙型の基礎 列挙型とメソッド » PHP Manual 列挙型(Enum) 値に依存した列挙型(Backed Enum) 値に依 ... ed Enum の case は、追加の読み取り専用のプロパティ value を持っています。 これは、Backed Enum の定義で指定さ ... れた値です。 <?php print Suit :: Clubs -> value ; // "C" と表示 ?> value プロパティを強制的に読み取 ... す: <?php $suit = Suit :: Clubs ; $ref = & $suit -> value ; // Error: Cannot acquire reference to property S ... uit::$value ?> Backed Enum は内部的に BackedEnum インターフェイ ...
https://man.plustar.jp/php/language.enumerations.backed.html - [similar]
Gets the data associated with a node synchronously 3151
« Zookeeper::exists Zookeeper::getAcl » PHP Manual Zookeeper Gets the data associated with a nod ... the node changes. stat If not NULL, will hold the value of stat for the path on return. max_size Max size ... parameters count or types are wrong or fail to get value from node. 警告 Since version 0.3.0, this method e ... s derivatives. 例 例1 Zookeeper::get() example Get value from node. <?php $zookeeper = new Zookeeper ( 'loc ... ahost:2181' ); $path = '/path/to/node' ; $value = 'nodevalue' ; $zookeeper -> set ( $path , $value ...
https://man.plustar.jp/php/zookeeper.get.html - [similar]
Open a persistent connection to CUBRID server 3134
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... f the master database at every rctime. The default value is 600 seconds. login_timeout : Timeout value (uni ... t: msec.) for database login. The default value is 0, which means infinite postponement. query_tim ... eout : Timeout value (unit: msec.) for query request. Upon timeout, a m ... a query transferred to server is sent. The return value can depend on the disconnect_on_query_timeout conf ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
リファレンスを返す 3134
« リファレンス渡し リファレンスの解除 » PHP Manual リファレンスの説明 リファレンスを返す リファレ ... 次の構文を使用して下さい。 <?php class foo { public $value = 42 ; public function & getValue () { return $thi ... s -> value ; } } $obj = new foo ; $myValue = & $obj -> getVal ... ue (); // $myValue は $obj->value へのリファレンス、つまり 42 となりま ... す $obj -> value = 2 ; echo $myValue ; // $obj->value の新しい値であ ...
https://man.plustar.jp/php/language.references.return.html - [similar]
Sharing 3134
« parallel\Channel::recv parallel\Channel::close » PHP Manual parallel\Channel Sharing parallel\ ... haring 説明 public parallel\Channel::send ( mixed $value ): void Shall send the given value on this channel ... ed. 警告 Shall throw parallel\Channel\Error\IllegalValue if value is illegal. 関連キーワード: Sharing , sen ...
https://man.plustar.jp/php/parallel-channel.send.html - [similar]
RADIUS Options 3134
« 定義済み定数 RADIUS Packet Types » PHP Manual 定義済み定数 RADIUS Options RADIUS Options Sever ... When set, this option will result in the attribute value being salt-encrypted. RADIUS_OPTION_TAGGED ( int ) ... When set, this option will result in the attribute value being tagged with the value of the tag parameter. ...
https://man.plustar.jp/php/radius.constants.options.html - [similar]
配列または Countable オブジェクトに含まれるすべての要素の数を数える 3112
« compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素 ... ての要素の数を数える 説明 count ( Countable | array $value , int $mode = COUNT_NORMAL ): int 配列の場合は、配 ... Countable::count() の戻り値を返します。 パラメータ value 配列あるいは Countable オブジェクト。 mode オプショ ... 発行し、期待する結果より大きい数を返します。 戻り値 value の要素の数を返します。 PHP 8.0.0 より前のバージョン ... たオブジェクトでもない場合、 1 が返されていました。 value に含まれる要素の数を返します。 ひとつ例外があり、 ...
https://man.plustar.jp/php/function.count.html - [similar]
Establish the environment for connecting to CUBRID server 3112
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... f the master database at every rctime. The default value is 600 seconds. login_timeout : Timeout value (uni ... t: msec.) for database login. The default value is 0, which means infinite postponement. query_tim ... eout : Timeout value (unit: msec.) for query request. Upon timeout, a m ... a query transferred to server is sent. The return value can depend on the disconnect_on_query_timeout conf ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]