Results of 1 - 10 of about 134 for F (0.004 sec.)
- 定義済み定数 12131
- « リソース型 ダイレクト IO 関数 » PHP Manual ダイレクト IO 定義済み定数 定義済み定数 以下の定数が
...
実行時に動的にロードされている場合のみ使用可能です。 F_DUPFD ( int ) F_GETFD ( int ) F_GETFL ( int ) F_GE ...
TLK ( int ) F_GETOWN ( int ) F_RDLCK ( int ) F_SETFL ( int ) F_S ...
ETLK ( int ) F_SETLKW ( int ) F_SETOWN ( int ) F_UNLCK ( int ) F_ ...
-
https://man.plustar.jp/php/dio.constants.html
- [similar]
- fd について C ライブラリの fcntl を実行する 11010
- « dio_close dio_open » PHP Manual ダイレクト IO 関数 fd について C ライブラリの fcntl を実行する
...
dio_fcntl (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_fcntl — fd ...
について C ライブラリの fcntl を実行する 説明 dio_fcntl ( resource $fd , int ...
$cmd , mixed $args = ? ): mixed 関数 dio_fcntl() は、ファイル記述子 fd において cmd で指定され ...
ョンの引数 args の指定が必要となります。 パラメータ fd dio_open() が返すファイル記述子。 cmd 以下の処理の ...
-
https://man.plustar.jp/php/function.dio-fcntl.html
- [similar]
- ファイルシステムの状態を取得する 10118
- « eio_stat eio_symlink » PHP Manual Eio 関数 ファイルシステムの状態を取得する eio_statvfs (PECL
...
eio >= 0.0.1dev) eio_statvfs — ファイルシステムの状態を取得する 説明 eio_statv ...
e $callback , mixed $data = ? ): resource eio_statvfs() は、ファイルシステムの状態を callback の result ...
ァイルのパス。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を ...
ます。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエス ...
-
https://man.plustar.jp/php/function.eio-statvfs.html
- [similar]
- Fetch the next row and return it as an object 9888
- « cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an
...
d return it as an object cubrid_fetch_object (PECL CUBRID >= 8.3.0) cubrid_fetch_obj ...
ect — Fetch the next row and return it as an object 説明 c ...
ubrid_fetch_object ( resource $result , string $class_name ...
, array $params = ? , int $type = ? ): object This function returns an object with the column names of ...
-
https://man.plustar.jp/php/function.cubrid-fetch-object.html
- [similar]
- /F キーの値を得る 8658
- « fdf_get_encoding fdf_get_flags » PHP Manual FDF 関数 /F キーの値を得る fdf_get_file (PHP 4, PH
...
P 5 < 5.3.0, PECL fdf SVN) fdf_get_file — /F キーの値を得る 説明 fdf_g ...
et_file ( resource $fdf_document ): string /F キーの値を ...
取得します。 パラメータ fdf_document fdf_create() 、 fdf_open() あるいは fdf ...
_open_string() が返す FDF ドキュメントハンドル。 戻り値 キーの値を文字列を ...
-
https://man.plustar.jp/php/function.fdf-get-file.html
- [similar]
- Inserts values at a given index 8489
- « Ds\Deque::get Ds\Deque::isEmpty » PHP Manual Deque Inserts values at a given index Ds\Deque::i
...
: You can insert at the index equal to the number of values. values The value or values to insert. 戻り ...
値 値を返しません。 エラー / 例外 OutOfRangeException if the index is not valid. 例 例1 Ds ...
insert ( 0 , "e" ); // [e] $deque -> insert ( 1 , "f" ); // [e, f] $deque -> insert ( 2 , "g" ); // [e, ...
f, g] $deque -> insert ( 0 , "a" , "b" ); // [a, b, ...
-
https://man.plustar.jp/php/ds-deque.insert.html
- [similar]
- Inserts values at a given index 8489
- « Ds\Sequence::get Ds\Sequence::join » PHP Manual Sequence Inserts values at a given index Ds\Se
...
: You can insert at the index equal to the number of values. values The value or values to insert. 戻り ...
値 値を返しません。 エラー / 例外 OutOfRangeException if the index is not valid. 例 例1 Ds ...
ert ( 0 , "e" ); // [e] $sequence -> insert ( 1 , "f" ); // [e, f] $sequence -> insert ( 2 , "g" ); // ...
[e, f, g] $sequence -> insert ( 0 , "a" , "b" ); // [a, ...
-
https://man.plustar.jp/php/ds-sequence.insert.html
- [similar]
- Inserts values at a given index 8489
- « Ds\Vector::get Ds\Vector::isEmpty » PHP Manual Vector Inserts values at a given index Ds\Vecto
...
: You can insert at the index equal to the number of values. values The value or values to insert. 戻り ...
値 値を返しません。 エラー / 例外 OutOfRangeException if the index is not valid. 例 例1 Ds ...
nsert ( 0 , "e" ); // [e] $vector -> insert ( 1 , "f" ); // [e, f] $vector -> insert ( 2 , "g" ); // [e ...
, f, g] $vector -> insert ( 0 , "a" , "b" ); // [a, b, ...
-
https://man.plustar.jp/php/ds-vector.insert.html
- [similar]
- 型宣言 8381
- « コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、
...
ターフェイスのインスタンスでなければいけません。 self 値が、型宣言が行われているクラスと同じクラスのイン ...
きません。 bool 値が、bool 値でなければいけません。 float 値が、float でなければいけません。 int 値が、i ...
ることが要求されます。 bool 型ではありません。 <?php function test ( boolean $param ) {} test ( true ); ? ...
n" to suppress this warning in /in/9YrUX on line 2 Fatal error: Uncaught TypeError: test(): Argument #1 ...
-
https://man.plustar.jp/php/language.types.declarations.html
- [similar]
- フォーマット済みの文字列を出力する 8152
- « print quoted_printable_decode » PHP Manual String 関数 フォーマット済みの文字列を出力する prin
...
tf (PHP 4, PHP 5, PHP 7, PHP 8) printf — フォーマット ...
済みの文字列を出力する 説明 printf ( string $format , mixed ...$values ): int format ...
にしたがって、出力を生成します。 パラメータ format 0個以上のディレクティブで構成されるフォーマッ ...
換の仕様は、以下のプロトタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の ...
-
https://man.plustar.jp/php/function.printf.html
- [similar]