検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 257 for [SIMILAR] 16 1024 4096 WITH 29803 進数 WITH 2682... (0.307 sec.)
FTP 経由でファイルのパーミッションを設定する 0
« ftp_chdir ftp_close » PHP Manual FTP 関数 FTP 経由でファイルのパーミッションを設定する ftp_chmod (PHP 5, PHP 7, PHP 8) ftp_chmod — FTP 経由でファイルのパーミッションを設定する 説明 ftp_chmod ( FTP\Connection $ftp , int $permissions , string $filename ): int | false 指定したリモートファ ...
https://man.plustar.jp/php/function.ftp-chmod.html - [similar]
指定したファイルのMD5ハッシュ値を計算する 0
« ltrim md5 » PHP Manual String 関数 指定したファイルのMD5ハッシュ値を計算する md5_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) md5_file — 指定したファイルのMD5ハッシュ値を計算する 説明 md5_file ( string $filename , bool $binary = false ): string | false » RSA Data Security, Inc. MD5 メッセ ...
https://man.plustar.jp/php/function.md5-file.html - [similar]
sodium_crypto_secretbox で使うランダムな鍵を生成する 0
« sodium_crypto_scalarmult sodium_crypto_secretbox_open » PHP Manual Sodium 関数 sodium_crypto_secretbox で使うランダムな鍵を生成する sodium_crypto_secretbox_keygen (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_secretbox_keygen — sodium_crypto_secretbox で使うランダムな鍵を生成する 説明 sodium_c ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox-keygen.html - [similar]
コードポイントが、数字であるかを調べる 0
« IntlChar::isdefined IntlChar::isgraph » PHP Manual IntlChar コードポイントが、数字であるかを調べる IntlChar::isdigit (PHP 7, PHP 8) IntlChar::isdigit — コードポイントが、数字であるかを調べる 説明 public static IntlChar::isdigit ( int | string $codepoint ): ? bool 指定されたコードポイン ...
https://man.plustar.jp/php/intlchar.isdigit.html - [similar]
英数字かどうかを調べる 0
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_alnum — 英数字かどうかを調べる 説明 ctype_alnum ( mixed $text ): bool 与えられた文字列 text のすべての文字が英字または 数字であるかどうかを調べます。 パラメータ ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
制御文字かどうかを調べる 0
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_cntrl — 制御文字かどうかを調べる 説明 ctype_cntrl ( mixed $text ): bool 与えられた文字列 text のすべての文字が制御文字であるかどうかを調べます。 制御文字とは ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
小文字かどうかを調べる 0
« ctype_graph ctype_print » PHP Manual Ctype 関数 小文字かどうかを調べる ctype_lower (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_lower — 小文字かどうかを調べる 説明 ctype_lower ( mixed $text ): bool text のすべての文字が小文字だった場合に true 、そうでない場合に false を返します。 パラメ ...
https://man.plustar.jp/php/function.ctype-lower.html - [similar]
大文字かどうか調べる 0
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_upper — 大文字かどうか調べる 説明 ctype_upper ( mixed $text ): bool 与えられた文字列 text のすべての文字が 大文字であるかどうかを調べます。 パラメータ text 調べ ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
ディレクトリを作る 0
« lstat move_uploaded_file » PHP Manual ファイルシステム 関数 ディレクトリを作る mkdir (PHP 4, PHP 5, PHP 7, PHP 8) mkdir — ディレクトリを作る 説明 mkdir ( string $directory , int $permissions = 0777 , bool $recursive = false , ? resource $context = null ): bool directory で指定したディレ ...
https://man.plustar.jp/php/function.mkdir.html - [similar]
スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 0
« posix_mkfifo posix_setegid » PHP Manual POSIX 関数 スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) posix_mknod (PHP 5 >= 5.1.0, PHP 7, PHP 8) posix_mknod — スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 説明 posix_mknod ( string $filename , int $flags , int $ ...
https://man.plustar.jp/php/function.posix-mknod.html - [similar]