検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 141 for stat (0.014 sec.)
The ZookeeperConfig class 8039
« Zookeeper::setWatcher ZookeeperConfig::add » PHP Manual ZooKeeper The ZookeeperConfig class Th ... dd ( string $members , int $version = -1 , array &$stat = null ): void public get ( callable $watcher_cb = ... null , array &$stat = null ): string public remove ( string $id_list , ... int $version = -1 , array &$stat = null ): void public set ( string $members , int ... $version = -1 , array &$stat = null ): void } 目次 ZookeeperConfig::add — Add s ...
https://man.plustar.jp/php/class.zookeeperconfig.html - [similar]
ファイルあるいはシンボリックリンクの情報を取得する 7837
« linkinfo mkdir » PHP Manual ファイルシステム 関数 ファイルあるいはシンボリックリンクの情報を取 ... 得する lstat (PHP 4, PHP 5, PHP 7, PHP 8) lstat — ファイルあるい ... はシンボリックリンクの情報を取得する 説明 lstat ( string $filename ): array | false filename という ... ファイルあるいはシンボリックリンクへのパス。 戻り値 lstat() が返す配列の内容については stat() のマニュアルを ... ご覧ください。 この関数の動作は stat() 関数と同じですが、 パラメータ filename がシンボリ ...
https://man.plustar.jp/php/function.lstat.html - [similar]
Creates EvStat watcher object associated with the current event loop instance 7647
« EvLoop::signal EvLoop::stop » PHP Manual EvLoop Creates EvStat watcher object associated with ... the current event loop instance EvLoop::stat (PECL ev >= 0.2.0) EvLoop::stat — Creates EvStat w ... rent event loop instance 説明 final public EvLoop::stat ( string $path , float $interval , callable $callb ... ack , mixed $data = null , int $priority = 0 ): EvStat Creates EvStat watcher object associated with the ... ng as for EvSignal::__construct() 戻り値 Returns EvStat object on success 参考 EvSignal::__construct() - C ...
https://man.plustar.jp/php/evloop.stat.html - [similar]
The EvStat class 7409
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0 ... ) はじめに EvStat monitors a file system path for attribute changes. ... It calls stat() on that path in regular intervals(or when the OS ... g from "path exists" to "path does not exist" is a status change like any other. The condition "path does ... ignified by the 'nlink' item being 0(returned by EvStat::attr() method). The path must not end in a slash ...
https://man.plustar.jp/php/class.evstat.html - [similar]
ファイルの情報を得る 7409
« SplFileObject::fseek SplFileObject::ftell » PHP Manual SplFileObject ファイルの情報を得る SplF ... ileObject::fstat (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::fsta ... — ファイルの情報を得る 説明 public SplFileObject::fstat (): array ファイルの統計情報を集めます。 fstat() と ... の統計情報の配列を返します; 配列フォーマットの詳細は stat() のマニュアルページを参照してください。 例 例1 Sp ... lFileObject::fstat() の例 <?php $file = new SplFileObject ( "/etc/pas ...
https://man.plustar.jp/php/splfileobject.fstat.html - [similar]
Returns the values most recently detected by Ev 7361
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... EvStat::attr (PECL ev >= 0.2.0) EvStat::attr — Returns th ... values most recently detected by Ev 説明 public EvStat::attr (): array Returns array of the values most r ... e values most recently detect by Ev(without actual stat 'ing): List for item keys of the array returned by ... EvStat::attr() Key Description 'dev' ID of device contain ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
メッセージキューデータ構造体の情報を返す 7266
« msg_set_queue sem_acquire » PHP Manual セマフォ関数 メッセージキューデータ構造体の情報を返す m ... sg_stat_queue (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_st ... メッセージキューデータ構造体の情報を返す 説明 msg_stat_queue ( SysvMessageQueue $queue ): array | false m ... sg_stat_queue() は、 queue で指定したメッセージキューのメタ ... 列で、そのキーと値は以下のような意味をもちます。 msg_stat_queue の配列構造 msg_perm.uid キューの所有者の uid ...
https://man.plustar.jp/php/function.msg-stat-queue.html - [similar]
Get the status of a background job 7171
« GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac ... kground job GearmanClient::jobStatus gearman_job_status (PECL gearman >= 0.5.0) Gearm ... anClient::jobStatus -- gearman_job_status — Get the status of a back ... ブジェクト指向型 (method): public GearmanClient::jobStatus ( string $job_handle ): array Gets the status fo ... r a background job given a job handle. The status information will specify whether the job is know ...
https://man.plustar.jp/php/gearmanclient.jobstatus.html - [similar]
Run a task in the background 7124
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... eturning a job handle which can be used to get the status of the running task. パラメータ function_name ワ ... ing job. The client script periodically checks the status of the running job. <?php /* create our object * ... de\n" ; exit; } $done = false ; do { sleep ( 3 ); $stat = $gmclient -> jobStatus ( $job_handle ); if (! $s ... t is not done $done = true ; echo "Running: " . ( $stat [ 1 ] ? "true" : "false" ) . ", numerator: " . $st ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
Creates EvTimer stopped watcher object 7028
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... s EvTimer stopped watcher object 説明 final public static EvTimer::createStopped ( float $after , float $r ... ed ( 0. , 1.02 , function ( $w ) { $w -> stop (); $stat = $w -> data ; // 1 second after the most recent c ... ange of the file printf ( "Current size: %ld\n" , $stat -> attr ()[ 'size' ]); }); $stat = new EvStat ( "/ ... watcher $timer -> again (); }); $timer -> data = $stat ; Ev :: run (); ?> 参考 EvTimer::__construct() - C ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT