検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 105 for [SIMILAR] 16 1024 4096 WITH 26467 octdec WITH 26... (0.176 sec.)
制御文字かどうかを調べる 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]
文字列のmd5ハッシュ値を計算する 0
« md5_file metaphone » PHP Manual String 関数 文字列のmd5ハッシュ値を計算する md5 (PHP 4, PHP 5, PHP 7, PHP 8) md5 — 文字列のmd5ハッシュ値を計算する 警告 パスワードを守るためにこの関数を使うことはおすすめしません。 ハッシュアルゴリズムの高速性がその理由です。 詳細とベストプラクティスにつ ...
https://man.plustar.jp/php/function.md5.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]
RFC 3986 に基づき URL エンコードを行う 0
« rawurldecode urldecode » PHP Manual URL 関数 RFC 3986 に基づき URL エンコードを行う rawurlencode (PHP 4, PHP 5, PHP 7, PHP 8) rawurlencode — RFC 3986 に基づき URL エンコードを行う 説明 rawurlencode ( string $string ): string 指定した文字列を » RFC 3986 にもとづいてエンコードします。 パ ...
https://man.plustar.jp/php/function.rawurlencode.html - [similar]
指定された整数と基数を表す文字を取得する 0
« IntlChar::foldCase IntlChar::getBidiPairedBracket » PHP Manual IntlChar 指定された整数と基数を表す文字を取得する IntlChar::forDigit (PHP 7, PHP 8) IntlChar::forDigit — 指定された整数と基数を表す文字を取得する 説明 public static IntlChar::forDigit ( int $digit , int $base = 10 ): int 指 ...
https://man.plustar.jp/php/intlchar.fordigit.html - [similar]
英字かどうかを調べる 0
« ctype_alnum ctype_cntrl » PHP Manual Ctype 関数 英字かどうかを調べる ctype_alpha (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_alpha — 英字かどうかを調べる 説明 ctype_alpha ( mixed $text ): bool 与えられた文字列 text のすべての文字が 英字であるかどうかを調べます。 標準の C ロケールの場合 ...
https://man.plustar.jp/php/function.ctype-alpha.html - [similar]
空白以外の印字可能な文字かどうかを調べる 0
« ctype_digit ctype_lower » PHP Manual Ctype 関数 空白以外の印字可能な文字かどうかを調べる ctype_graph (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_graph — 空白以外の印字可能な文字かどうかを調べる 説明 ctype_graph ( mixed $text ): bool 与えられた文字列 text のすべての文字が 実際に目に見え ...
https://man.plustar.jp/php/function.ctype-graph.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT