検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 667 for ALL (0.021 sec.)
The Swoole\Server class 3583
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server clas ... ocess ): bool public after ( int $after_time_ms , callable $callback , string $param = ? ): ReturnType pu ... rt_fd , int $pagesize = ? ): array public defer ( callable $callback ): void public Swoole\Server\Port::_ ... lic Swoole\Server\Port::on ( string $event_name , callable $callback ): ReturnType public Swoole\Server\P ... ket_type ): bool public on ( string $event_name , callable $callback ): void public pause ( int $fd ): vo ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]
The SyncMutex class 3583
« 定義済み定数 SyncMutex::__construct » PHP Manual Sync The SyncMutex class The SyncMutex class ... mutexes acquire the mutex a single time and internally track the number of times the mutex is locked. Th ... ock ( int $wait = -1 ): bool public unlock ( bool $all = false ): bool } 目次 SyncMutex::__construct — Co ... public , lock , locked , single , times , unlock , all ...
https://man.plustar.jp/php/class.syncmutex.html - [similar]
Yet Another RPC Framework 3554
« SoapVar::__construct はじめに » PHP Manual ウェブサービス Yet Another RPC Framework Yet Anothe ... r Yar_Client — The Yar_Client class Yar_Client::__call — Call service Yar_Client::__construct — Create a ... client Yar_Client::setOpt — Set calling contexts Yar_Concurrent_Client — The Yar_Concur ... rent_Client class Yar_Concurrent_Client::call — Register a concurrent call Yar_Concurrent_Client ... ::loop — Send all calls Yar_Concurrent_Client::reset — Clean all reg ...
https://man.plustar.jp/php/book.yar.html - [similar]
The HRTime\StopWatch class 3554
« HRTime\PerformanceCounter::getTicksSince HRTime\StopWatch::getElapsedTicks » PHP Manual HRTime ... StopWatch::getElapsedTicks — Get elapsed ticks for all intervals HRTime\StopWatch::getElapsedTime — Get e ... lapsed time for all intervals HRTime\StopWatch::getLastElapsedTicks — ...
https://man.plustar.jp/php/class.hrtime-stopwatch.html - [similar]
MultipleIterator クラス 3554
« LimitIterator::valid MultipleIterator::attachIterator » PHP Manual イテレータ MultipleIterator ... */ const int MIT_NEED_ANY = 0 ; const int MIT_NEED_ALL = 1 ; const int MIT_KEYS_NUMERIC = 0 ; const int M ... onstruct ( int $flags = MultipleIterator::MIT_NEED_ALL | MultipleIterator::MIT_KEYS_NUMERIC ) public atta ... である必要はありません。 MultipleIterator::MIT_NEED_ALL すべてのサブイテレータが正しく反復処理できることを ...
https://man.plustar.jp/php/class.multipleiterator.html - [similar]
Adds values to the set 3554
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... public Ds\Set::add ( mixed ...$values ): void Adds all given values to the set that haven't already been ... to the same instance to be considered equal. 警告 All comparisons are strict (type and value). パラメータ ... ultiple instances of the same object will add them all. $set -> add (new \ stdClass ()); $set -> add (new ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
About buffer event callbacks 3554
« EventBufferEvent::writeBuffer EventConfig » PHP Manual Event About buffer event callbacks Abou ... t buffer event callbacks An object of EventBufferEvent class represent ... not always available. Event invokes corresponding callbacks when the resource becomes available for readi ... s(e.g. error, "end of line" etc.). Read and write callbacks should match the following prototype: callbac ... ufferEvent object. arg Custom variable attached to all callbacks via EventBufferEvent::__construct() , or ...
https://man.plustar.jp/php/eventbufferevent.about.callbacks.html - [similar]
ODBC 接続を閉じる 3554
« odbc_close_all odbc_columnprivileges » PHP Manual ODBC 関数 ODBC 接続を閉じる odbc_close (PHP ... す。 関連キーワード: 接続 , 関数 , 注意 , オープン , all , columnprivileges , resource , データベース , サー ...
https://man.plustar.jp/php/function.odbc-close.html - [similar]
FAQ: 名前空間について知っておくべきこと 3554
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... lfunc (); // グローバル定数へのアクセス $b = \ INI_ALL ; ?> \my\name や \name のような名前はどのように解決 ... 'hi' ); // "strlen" 関数をコールします $a = \ INI_ALL ; // $a に定数 "INI_ALL" の値を設定します ?> my\na ... // "foo\sort" 関数をコールします $c = foo (); // calls function "foo\foo" - import is not applied $a = F ... onstant "foo\FOO" - import is not applied $b = INI_ALL ; // sets $b to value of global constant "INI_ALL" ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
mysqli のエラー報告モードを設定する 3554
« mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー ... ラーを報告しないモードを設定できます。 MYSQLI_REPORT_ALL や MYSQLI_REPORT_INDEX に設定すると、 インデックス ... ックスを使っている) 場合にレポートする MYSQLI_REPORT_ALL すべてのオプションを設定する (すべてレポートする) ... _driver (); $driver -> report_mode = MYSQLI_REPORT_ALL ; try { /* 接続が失敗すると, mysqli_sql_exception ... ctivate reporting */ mysqli_report ( MYSQLI_REPORT_ALL ); try { /* 接続が失敗すると, mysqli_sql_exception ...
https://man.plustar.jp/php/mysqli-driver.report-mode.html - [similar]