検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 176 for o (0.037 sec.)
Set socket I/O activity timeout 7436
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... ivity timeout GearmanWorker::setTimeout (PECL gearman >= 0.6.0 ... ) GearmanWorker::setTimeout — Set socket I/O activity timeout ... 説明 public GearmanWorker::setTimeout ( int $timeout ): bool Sets the in ... terval of time to wait for socket I/O activity. パラメータ ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]
例外を拡張する 7436
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込 ... みの Exception クラスを拡張することで、例外クラスをユーザーが 定 ... 以下のメンバーおよびプロパティは、 組み込みの Exception クラスから派生した子クラスの中でアクセス可能です。 ... 例1 例外クラスを構築する <?php class Exception implements Throwable { protected $message = 'Unkn ... own exception' ; // exception message private $string ; // __to ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
haystack 文字列の中で、needle が最初に登場した場所以降の部分文字列を返す 7224
« grapheme_strrpos grapheme_substr » PHP Manual Grapheme 関数 haystack 文字列の中で、needle が最 ... heme_strstr ( string $haystack , string $needle , bool $beforeNeedle = false ): string | false haystack ... 文字列。正しい形式の UTF-8 でなければなりません。 beforeNeedle true の場合、grapheme_strstr() は needle が ... "a\xCC\x8A" ; // 'LATIN SMALL LETTER A WITH RING ABOVE' (U+00E5) normalization form "D" $char_o_diaeres ... is_nfd = "o\xCC\x88" ; // 'LATIN SMALL LETTER O WITH DIAERESIS ...
https://man.plustar.jp/php/function.grapheme-strstr.html - [similar]
文字列内で最後にあらわれる場所の (書記素単位の) 位置を見つける 7168
« grapheme_strripos grapheme_strstr » PHP Manual Grapheme 関数 文字列内で最後にあらわれる場所の ... (書記素単位の) 位置を見つける grapheme_strrpos (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0 ... ) grapheme_strrpos — 文字列内で最後にあらわれる場所の (書記素単位の) ... 位置を見つける 説明 手続き型 grapheme_strrpos ( string $haystack , string $needle , int $offset ... い文字列。正しい形式の UTF-8 でなければなりません。 offset オプションの $offset パラメータで、$haystack ...
https://man.plustar.jp/php/function.grapheme-strrpos.html - [similar]
Update the async I/O options 7113
« swoole_async_readfile swoole_async_write » PHP Manual Swoole 関数 Update the async I/O options ... swoole_async_set (PECL swoole >= 1.9.0) swoole_async_s ... et — Update the async I/O options 説明 swoole_async_set ( array $settings ): ... void パラメータ settings 戻り値 値を返しません。 関連 ... キーワード: async , Update , swoole , the , options , settings , readfile , Swoole ...
https://man.plustar.jp/php/function.swoole-async-set.html - [similar]
Update the async I/O options. 7113
« Swoole\Async::readFile Swoole\Async::write » PHP Manual Swoole\Async Update the async I/O opti ... ons. Swoole\Async::set (PECL swoole >= 1.9.0) Swoole\Async: ... :set — Update the async I/O options. 説明 public static Swoole\Async::set ( ar ... ray $settings ): void パラメータ settings 関連キーワード: Update , asy ... nc , Swoole , Async , the , options , settings , readFile , ...
https://man.plustar.jp/php/swoole-async.set.html - [similar]
Wait for I/O activity on all connections in a client 6900
« GearmanClient::timeout GearmanJob » PHP Manual GearmanClient Wait for I/O activity on all conn ... ections in a client GearmanClient::wait (PECL gearman >= ... 0.6.0) GearmanClient::wait — Wait for I/O activity on all connections in a client 説明 ... public GearmanClient::wait (): bool This waits for activity from any one of the conn ... タ この関数にはパラメータはありません。 戻り値 true on success false on an error. 参考 GearmanWorker::wa ...
https://man.plustar.jp/php/gearmanclient.wait.html - [similar]
デフォルトプロパティであるかどうかを調べる 6900
« ReflectionProperty::hasType ReflectionProperty::isInitialized » PHP Manual ReflectionProperty ... デフォルトプロパティであるかどうかを調べる ReflectionProperty::isDefault (PHP 5, PHP 7, PHP 8) Reflecti ... onProperty::isDefault — デフォルトプロパティであるかどう ... かを調べる 説明 public ReflectionProperty::isDefault (): bool そのプロパティがコンパ ... たものである場合に false を返します。 例 例1 ReflectionProperty::isDefault() の例 <?php class Foo { publi ...
https://man.plustar.jp/php/reflectionproperty.isdefault.html - [similar]
ファイルを開く 6845
« eio_nthreads eio_poll » PHP Manual Eio 関数 ファイルを開く eio_open (PECL eio >= 0.0.1dev) eio ... _open — ファイルを開く 説明 eio_open ( string $path , ... int $flags , int $mode , int $pri , callable $callback , mixed $data = ... NULL ): resource eio_open() は、 path で指定したファイルをアクセ ... スモード mode で開きます。 パラメータ path 開きたいファイルへの ...
https://man.plustar.jp/php/function.eio-open.html - [similar]
部分文字列を返す 6845
« grapheme_strstr IDN 関数 » PHP Manual Grapheme 関数 部分文字列を返す grapheme_substr (PHP 5 >= ... 明 手続き型 grapheme_substr ( string $string , int $offset , ? int $length = null ): string | false 部分 ... 力文字列。正しい形式の UTF-8 でなければなりません。 offset デフォルトの書記素単位での開始位置。 $start が ... "a\xCC\x8A" ; // 'LATIN SMALL LETTER A WITH RING ABOVE' (U+00E5) normalization form "D" $char_o_diaeres ... is_nfd = "o\xCC\x88" ; // 'LATIN SMALL LETTER O WITH DIAERESIS ...
https://man.plustar.jp/php/function.grapheme-substr.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT