検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 266 for [SIMILAR] 16 1024 4096 WITH 33581 ucache WITH 33... (0.368 sec.)
配列から一つ以上のキーをランダムに取得する 0
« array_push array_reduce » PHP Manual 配列 関数 配列から一つ以上のキーをランダムに取得する array_rand (PHP 4, PHP 5, PHP 7, PHP 8) array_rand — 配列から一つ以上のキーをランダムに取得する 説明 array_rand ( array $array , int $num = 1 ): int | string | array 一つ以上のランダムなエントリを ...
https://man.plustar.jp/php/function.array-rand.html - [similar]
ファイルまたはディレクトリが存在するかどうか調べる 0
« fgetss file_get_contents » PHP Manual ファイルシステム 関数 ファイルまたはディレクトリが存在するかどうか調べる file_exists (PHP 4, PHP 5, PHP 7, PHP 8) file_exists — ファイルまたはディレクトリが存在するかどうか調べる 説明 file_exists ( string $filename ): bool ファイルあるいはディレクト ...
https://man.plustar.jp/php/function.file-exists.html - [similar]
ファイルの最終アクセス時刻を取得する 0
« file filectime » PHP Manual ファイルシステム 関数 ファイルの最終アクセス時刻を取得する fileatime (PHP 4, PHP 5, PHP 7, PHP 8) fileatime — ファイルの最終アクセス時刻を取得する 説明 fileatime ( string $filename ): int | false 指定したファイルの最終アクセス時刻を取得します。 パラメータ fi ...
https://man.plustar.jp/php/function.fileatime.html - [similar]
ファイルの inode 変更時刻を取得する 0
« fileatime filegroup » PHP Manual ファイルシステム 関数 ファイルの inode 変更時刻を取得する filectime (PHP 4, PHP 5, PHP 7, PHP 8) filectime — ファイルの inode 変更時刻を取得する 説明 filectime ( string $filename ): int | false ファイルの inode 変更時刻を取得します。 パラメータ filename ...
https://man.plustar.jp/php/function.filectime.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
« is_dir is_file » PHP Manual ファイルシステム 関数 ファイルが実行可能かどうかを調べる is_executable (PHP 4, PHP 5, PHP 7, PHP 8) is_executable — ファイルが実行可能かどうかを調べる 説明 is_executable ( string $filename ): bool ファイルが実行可能かどうかを調べます。 パラメータ filename フ ...
https://man.plustar.jp/php/function.is-executable.html - [similar]
ファイルが存在し、読み込み可能であるかどうかを知る 0
« is_link is_uploaded_file » PHP Manual ファイルシステム 関数 ファイルが存在し、読み込み可能であるかどうかを知る is_readable (PHP 4, PHP 5, PHP 7, PHP 8) is_readable — ファイルが存在し、読み込み可能であるかどうかを知る 説明 is_readable ( string $filename ): bool ファイルが存在し、読み込み ...
https://man.plustar.jp/php/function.is-readable.html - [similar]
暗号論的に安全な疑似乱数を生成する 0
« random_bytes Hash » PHP Manual CSPRNG 関数 暗号論的に安全な疑似乱数を生成する random_int (PHP 7, PHP 8) random_int — 暗号論的に安全な疑似乱数を生成する 説明 random_int ( int $min , int $max ): int ポーカーゲームやカードデッキのシャッフルのような、 偏りがない結果が重要になる用途に合う、 ...
https://man.plustar.jp/php/function.random-int.html - [similar]
指定した関数を __autoload() の実装として登録する 0
« spl_autoload_functions spl_autoload_unregister » PHP Manual SPL 関数 指定した関数を __autoload() の実装として登録する spl_autoload_register (PHP 5 >= 5.1.0, PHP 7, PHP 8) spl_autoload_register — 指定した関数を __autoload() の実装として登録する 説明 spl_autoload_register ( ? callable $c ...
https://man.plustar.jp/php/function.spl-autoload-register.html - [similar]
memcached サーバーへの接続をオープンする 0
« Memcache::close Memcache::decrement » PHP Manual Memcache memcached サーバーへの接続をオープンする Memcache::connect (PECL memcache >= 0.2.0) Memcache::connect — memcached サーバーへの接続をオープンする 説明 Memcache::connect ( string $host , int $port = ? , int $timeout = ? ): bool Me ...
https://man.plustar.jp/php/memcache.connect.html - [similar]