検索

phrase: max: clip:
target: order:
Results of 611 - 620 of about 793 for [SIMILAR] 16 1024 4096 WITH 7846 ペー WITH 6558 ... (4.196 sec.)
do-while 0
« while for » PHP Manual 制御構造 do-while do-while (PHP 4, PHP 5, PHP 7, PHP 8) do-while ループは、論理式のチェックが各反復の 最初ではなく最後に行われること以外は、 while ループと 全く同じです。通常の while ループとの主な差は、 do-while ループは最低1回の実行を保証されていることです。 一 ...
https://man.plustar.jp/php/control-structures.do.while.html - [similar]
PHP ファイルの実行 0
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの実行 CLI SAPI は、実行する PHP コードを 取得するために三種類の異なる手段をサポートしています。 PHP に特定のファイルの実行を指示する。 $ php my_script.php $ php -f my_script.php 上記の方法は共 ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
パスの最後にある名前の部分を返す 0
« ファイルシステム 関数 chgrp » PHP Manual ファイルシステム 関数 パスの最後にある名前の部分を返す basename (PHP 4, PHP 5, PHP 7, PHP 8) basename — パスの最後にある名前の部分を返す 説明 basename ( string $path , string $suffix = "" ): string ファイルあるいはディレクトリへのパスを含む文字列 ...
https://man.plustar.jp/php/function.basename.html - [similar]
バイナリ対応の bzip2 ファイル読み込み 0
« bzopen bzwrite » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイル読み込み bzread (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) bzread — バイナリ対応の bzip2 ファイル読み込み 説明 bzread ( resource $bz , int $length = 1024 ): string | false bzread() は、与えられた bzip2 ファイルポインタから読 ...
https://man.plustar.jp/php/function.bzread.html - [similar]
持続的データベース接続を閉じる 0
« db2_num_rows db2_pconnect » PHP Manual IBM DB2 関数 持続的データベース接続を閉じる db2_pclose (PECL ibm_db2 >= 1.8.0) db2_pclose — 持続的データベース接続を閉じる 説明 db2_pclose ( resource $resource ): bool この関数は、 db2_pconnect() で作成した DB2 クライアント接続を閉じ、 対応するリソ ...
https://man.plustar.jp/php/function.db2-pclose.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]