検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 417 for [SIMILAR] 16 1024 4096 WITH 24371 setresourcelim... (0.402 sec.)
Phar ファイルのスタブ 0
« Phar アーカイブの原料のうち、ファイル形式に依存しないもの Phar 形式と Tar 形式、Zip 形式の徹底比較 » PHP Manual phar って、tar や zip とは何が違うの? Phar ファイルのスタブ Phar ファイルのスタブ Phar のスタブは、単純な PHP ファイルです。必要最小限のスタブは、次のようになります。 <?php _ ...
https://man.plustar.jp/php/phar.fileformat.stub.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Yaml 設定オプション 名前 デフォルト 変更可能 変更履歴 yaml.decode_binary 0 PHP_INI_ALL yaml.decode_php 0 PHP_INI_ALL 1.2.0 で追加されました。2.0.0 より前のデフォルトは ...
https://man.plustar.jp/php/yaml.configuration.html - [similar]
アーカイブの内容を展開する 0
« ZipArchive::deleteName ZipArchive::getArchiveComment » PHP Manual ZipArchive アーカイブの内容を展開する ZipArchive::extractTo (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) ZipArchive::extractTo — アーカイブの内容を展開する 説明 public ZipArchive::extractTo ( string $pathto , array ...
https://man.plustar.jp/php/ziparchive.extractto.html - [similar]
ファイルのステータスのキャッシュをクリアする 0
« chown copy » PHP Manual ファイルシステム 関数 ファイルのステータスのキャッシュをクリアする clearstatcache (PHP 4, PHP 5, PHP 7, PHP 8) clearstatcache — ファイルのステータスのキャッシュをクリアする 説明 clearstatcache ( bool $clear_realpath_cache = false , string $filename = "" ): void ...
https://man.plustar.jp/php/function.clearstatcache.html - [similar]
EvChild ウォッチャーオブジェクトを作る 0
« EvChild EvChild::createStopped » PHP Manual EvChild EvChild ウォッチャーオブジェクトを作る EvChild::__construct (PECL ev >= 0.2.0) EvChild::__construct — EvChild ウォッチャーオブジェクトを作る 説明 public EvChild::__construct ( int $pid , bool $trace , callable $callback , mixed $data ...
https://man.plustar.jp/php/evchild.construct.html - [similar]
ファイルがディレクトリかどうかを調べる 0
« glob is_executable » PHP Manual ファイルシステム 関数 ファイルがディレクトリかどうかを調べる is_dir (PHP 4, PHP 5, PHP 7, PHP 8) is_dir — ファイルがディレクトリかどうかを調べる 説明 is_dir ( string $filename ): bool 指定したファイルがディレクトリかどうかを調べます。 パラメータ filename ...
https://man.plustar.jp/php/function.is-dir.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 0
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を使用して置換を行う preg_replace_callback_array (PHP 7, PHP 8) preg_replace_callback_array — 正規表現検索を行い、コールバック関数を使用して置換を行う 説明 preg_replace_callback_array ( array $p ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]
現在のセッション ID を取得または設定する 0
« session_get_cookie_params session_module_name » PHP Manual セッション関数 現在のセッション ID を取得または設定する session_id (PHP 4, PHP 5, PHP 7, PHP 8) session_id — 現在のセッション ID を取得または設定する 説明 session_id ( ? string $id = null ): string | false session_id() は現在の ...
https://man.plustar.jp/php/function.session-id.html - [similar]
秒およびナノ秒単位で実行を遅延する 0
« sys_getloadavg time_sleep_until » PHP Manual その他の関数 秒およびナノ秒単位で実行を遅延する time_nanosleep (PHP 5, PHP 7, PHP 8) time_nanosleep — 秒およびナノ秒単位で実行を遅延する 説明 time_nanosleep ( int $seconds , int $nanoseconds ): array | bool 指定した seconds および nanosecond ...
https://man.plustar.jp/php/function.time-nanosleep.html - [similar]
ファイバー 0
« 例外を拡張する ジェネレータ » PHP Manual 言語リファレンス ファイバー ファイバー ファイバーの概要 (PHP 8 >= 8.1.0) ファイバー(Fibers) は、完全なスタックを持つ、停止可能な関数です。 ファイバー はコールスタック中のどこからでも停止することができますし、 後に再開されるまで実行を停止したまま ...
https://man.plustar.jp/php/language.fibers.html - [similar]