| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Zookeeper::set(PECL zookeeper >= 0.1.0) Zookeeper::set — Sets the data associated with a node. 説明
public
bool Zookeeper::set
( string
$path
, string $value
[, int $version = -1
[, array &$stat = null
]] )パラメータ
返り値
成功した場合に エラー / 例外This method emits PHP error/warning when parameters count or types are wrong or fail to save value to node. 警告
Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例例1 Zookeeper::set() example Save value to node.
<?php 上の例の出力は以下となります。 SUCCESS 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Zookeeper::set - Sets the data associated with a node.」をGoogle検索
|