Results of 1 - 10 of about 176 for o (0.012 sec.)
- C ライブラリの入出力ストリーム関数が許すよりも低レベルでファイルをオープンする (... 11613
- « dio_fcntl dio_read » PHP Manual ダイレクト IO 関数 C ライブラリの入出力ストリーム関数が許すより
...
ァイルをオープンする (必要ならファイルを作成する) dio_open (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_open — C ...
ルをオープンする (必要ならファイルを作成する) 説明 dio_open ( string $filename , int $flags , int $mode = ...
0 ): resource dio_open() は、ファイルをオープンして そのファ ...
以下のフラグの組み合わせを指定します。 この値は、 O_RDONLY 、 O_WRONLY 、 あるいは O_RDWR のいずれかで ...
-
https://man.plustar.jp/php/function.dio-open.html
- [similar]
- 定義済み定数 11445
- « リソース型 ダイレクト IO 関数 » PHP Manual ダイレクト IO 定義済み定数 定義済み定数 以下の定数が
...
GETFD ( int ) F_GETFL ( int ) F_GETLK ( int ) F_GETOWN ( int ) F_RDLCK ( int ) F_SETFL ( int ) F_SETLK ...
( int ) F_SETLKW ( int ) F_SETOWN ( int ) F_UNLCK ( int ) F_WRLCK ( int ) O_APPEND ...
( int ) O_ASYNC ( int ) O_CREAT ( int ) O_EXCL ( int ) O_NDE ...
LAY ( int ) O_NOCTTY ( int ) O_NONBLOCK ( int ) O_RDONLY ( int ) ...
-
https://man.plustar.jp/php/dio.constants.html
- [similar]
- Get current socket I/O activity timeout value 9256
- « GearmanClient::setWorkloadCallback GearmanClient::wait » PHP Manual GearmanClient Get current
...
socket I/O activity timeout value GearmanClient::time ...
out (PECL gearman >= 0.6.0) GearmanClient::timeout — Get current socket I/O activity timeout value ...
説明 public GearmanClient::timeout (): int Returns the timeout in milliseconds to w ...
ait for I/O activity. パラメータ この関数にはパラメータは ...
-
https://man.plustar.jp/php/gearmanclient.timeout.html
- [similar]
- 定義済み定数 8508
- « リソース型 例 » PHP Manual Eio 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
れている場合のみ使用可能です。 リクエストの優先度 EIO_PRI_MIN ( int ) 優先度最小 EIO_PRI_DEFAULT ( int ) ...
優先度標準 EIO_PRI_MAX ( int ) 優先度最大 eio_seek() の whence 引 ...
数 EIO_SEEK_SET ( int ) オフセットをバイト数で指定する ( ...
offset )。 EIO_SEEK_CUR ( int ) オフセットを現在位置に offset バイ ...
-
https://man.plustar.jp/php/eio.constants.html
- [similar]
- Get socket I/O activity timeout 8508
- « GearmanWorker::setTimeout GearmanWorker::unregister » PHP Manual GearmanWorker Get socket I/O
...
activity timeout GearmanWorker::timeout (PECL gearman >= 0.6.0) G ...
earmanWorker::timeout — Get socket I/O activity timeout 説明 ...
public GearmanWorker::timeout (): int Returns the current time to w ...
ait, in milliseconds, for socket I/O activity. パラメータ この関数に ...
-
https://man.plustar.jp/php/gearmanworker.timeout.html
- [similar]
- 大文字小文字を区別せず、haystack 文字列の中で needle が最初に登場した場所以降の... 8453
- « grapheme_stripos grapheme_strlen » PHP Manual Grapheme 関数 大文字小文字を区別せず、haystack 文
...
eme_stristr ( string $haystack , string $needle , bool $beforeNeedle = false ): string | false 大文字小 ...
文字列。正しい形式の 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-stristr.html
- [similar]
- 大文字小文字を区別せず、文字列内で最後にあらわれる場所の (書記素単位の) 位置を見... 8341
- « grapheme_strpos grapheme_strrpos » PHP Manual Grapheme 関数 大文字小文字を区別せず、文字列内で
...
場所の (書記素単位の) 位置を見つける grapheme_strripos (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0 ...
) grapheme_strripos — 大文字小文字を区別せず、文字列内で最後にあらわれ ...
単位の) 位置を見つける 説明 手続き型 grapheme_strripos ( string $haystack , string $needle , int $offset ...
い文字列。正しい形式の UTF-8 でなければなりません。 offset オプションの $offset パラメータで、$haystack ...
-
https://man.plustar.jp/php/function.grapheme-strripos.html
- [similar]
- Set socket I/O activity timeout 7917
- « GearmanClient::setStatusCallback GearmanClient::setWarningCallback » PHP Manual GearmanClient
...
Set socket I/O activity timeout GearmanClient::setTimeout ...
(PECL gearman >= 0.6.0) GearmanClient::setTimeout — Set socket I/O activity timeout 説明 public Ge ...
armanClient::setTimeout ( int $timeout ): bool Sets the timeout for sock ...
et I/O activity. パラメータ timeout An interval of time i ...
-
https://man.plustar.jp/php/gearmanclient.settimeout.html
- [similar]
- トレイト 7861
- « オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P
...
になります。 例1 トレイトの例 <?php trait ezcReflectionReturnInfo { function getReturnType () { /*1*/ } f ...
unction getReturnDescription () { /*2*/ } } class ezcRefl ...
ectionMethod extends ReflectionMethod { use ezcReflectio ...
nReturnInfo ; /* ... */ } class ezcReflectionFunction extends ...
-
https://man.plustar.jp/php/language.oop5.traits.html
- [similar]
- 大文字小文字を区別せず、文字列内で最初にあらわれる場所の (書記素単位の) 位置を見... 7816
- « grapheme_extract grapheme_stristr » PHP Manual Grapheme 関数 大文字小文字を区別せず、文字列内で
...
る場所の (書記素単位の) 位置を見つける grapheme_stripos (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0 ...
) grapheme_stripos — 大文字小文字を区別せず、文字列内で最初にあらわれ ...
素単位の) 位置を見つける 説明 手続き型 grapheme_stripos ( string $haystack , string $needle , int $offset ...
い文字列。正しい形式の UTF-8 でなければなりません。 offset オプションの $offset パラメータで、$haystack ...
-
https://man.plustar.jp/php/function.grapheme-stripos.html
- [similar]