検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 678 for [SIMILAR] 16 1024 4096 WITH 18804 ジオ WITH 1530... (1.736 sec.)
continue 0
« break switch » PHP Manual 制御構造 continue continue (PHP 4, PHP 5, PHP 7, PHP 8) continue は、ループ構造において現在の繰り返しループ の残りの処理をスキップし、条件式を評価した後に 次の繰り返しの最初から実行を続けるために使用されます、 注意 : PHP では、 continue の動作に関しては switch ...
https://man.plustar.jp/php/control-structures.continue.html - [similar]
パフォーマンスの考慮点 0
« 循環の収集 DTrace 動的トレーシング » PHP Manual ガベージコレクション パフォーマンスの考慮点 パフォーマンスの考慮点 可能性があるルートを単純に収集すると、パフォーマンスにごくわずかな影響があると既に前述しました。 しかし、これは PHP 5.3 と PHP 5.2 を比較する場合です。 可能性があるルートを ...
https://man.plustar.jp/php/features.gc.performance-considerations.html - [similar]
一つ以上の要素を配列の最初に加える 0
« array_unique array_values » PHP Manual 配列 関数 一つ以上の要素を配列の最初に加える array_unshift (PHP 4, PHP 5, PHP 7, PHP 8) array_unshift — 一つ以上の要素を配列の最初に加える 説明 array_unshift ( array &$array , mixed ...$values ): int array_unshift() は、 array の先頭に指定された要 ...
https://man.plustar.jp/php/function.array-unshift.html - [similar]
数値の基数を任意に変換する 0
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP 7, PHP 8) base_convert — 数値の基数を任意に変換する 説明 base_convert ( string $num , int $from_base , int $to_base ): string num を基数 to_base で表した文字列を返します。 num の基数は、 from ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
リクエストを取り消す 0
« eio_busy eio_chmod » PHP Manual Eio 関数 リクエストを取り消す eio_cancel (PECL eio >= 0.0.1dev) eio_cancel — リクエストを取り消す 説明 eio_cancel ( resource $req ): void eio_cancel() は、 req で指定したリクエストを取り消します。 パラメータ req リクエストリソース。 pri リクエストの優先順 ...
https://man.plustar.jp/php/function.eio-cancel.html - [similar]
ファイルやディレクトリのパーミッションを変更する 0
« eio_cancel eio_chown » PHP Manual Eio 関数 ファイルやディレクトリのパーミッションを変更する eio_chmod (PECL eio >= 0.0.1dev) eio_chmod — ファイルやディレクトリのパーミッションを変更する 説明 eio_chmod ( string $path , int $mode , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , ...
https://man.plustar.jp/php/function.eio-chmod.html - [similar]
ファイルやディレクトリのオーナーを変更する 0
« eio_chmod eio_close » PHP Manual Eio 関数 ファイルやディレクトリのオーナーを変更する eio_chown (PECL eio >= 0.0.1dev) eio_chown — ファイルやディレクトリのオーナーを変更する 説明 eio_chown ( string $path , int $uid , int $gid = -1 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL ...
https://man.plustar.jp/php/function.eio-chown.html - [similar]
ファイルディスクリプタを複製する 0
« eio_custom eio_event_loop » PHP Manual Eio 関数 ファイルディスクリプタを複製する eio_dup2 (PECL eio >= 0.0.1dev) eio_dup2 — ファイルディスクリプタを複製する 説明 eio_dup2 ( mixed $fd , mixed $fd2 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource ...
https://man.plustar.jp/php/function.eio-dup2.html - [similar]
ファイルのパーミッションを変更する 0
« eio_fallocate eio_fchown » PHP Manual Eio 関数 ファイルのパーミッションを変更する eio_fchmod (PECL eio >= 0.0.1dev) eio_fchmod — ファイルのパーミッションを変更する 説明 eio_fchmod ( mixed $fd , int $mode , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): r ...
https://man.plustar.jp/php/function.eio-fchmod.html - [similar]
ファイルのオーナーを変更する 0
« eio_fchmod eio_fdatasync » PHP Manual Eio 関数 ファイルのオーナーを変更する eio_fchown (PECL eio >= 0.0.1dev) eio_fchown — ファイルのオーナーを変更する 説明 eio_fchown ( mixed $fd , int $uid , int $gid = -1 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ...
https://man.plustar.jp/php/function.eio-fchown.html - [similar]