検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 925 for [SIMILAR] 16 1024 4096 WITH 36149 fence WITH 139... (0.658 sec.)
英数字かどうかを調べる 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]
TrueType フォントを使用してテキストを画像に書き込む 0
« imagettfbbox imagetypes » PHP Manual GD および Image 関数 TrueType フォントを使用してテキストを画像に書き込む imagettftext (PHP 4, PHP 5, PHP 7, PHP 8) imagettftext — TrueType フォントを使用してテキストを画像に書き込む 説明 imagettftext ( GdImage $image , float $size , float $angle , i ...
https://man.plustar.jp/php/function.imagettftext.html - [similar]
t61 文字を 8859 文字に変換する 0
« ldap_start_tls ldap_unbind » PHP Manual LDAP 関数 t61 文字を 8859 文字に変換する ldap_t61_to_8859 (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) ldap_t61_to_8859 — t61 文字を 8859 文字に変換する 説明 ldap_t61_to_8859 ( string $value ): string | false 警告 この関数は、 現在のところ詳細な情報はあ ...
https://man.plustar.jp/php/function.ldap-t61-to-8859.html - [similar]
MIMEヘッダの文字列をエンコードする 0
« mb_detect_order mb_encode_numericentity » PHP Manual マルチバイト文字列 関数 MIMEヘッダの文字列をエンコードする mb_encode_mimeheader (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_encode_mimeheader — MIMEヘッダの文字列をエンコードする 説明 mb_encode_mimeheader ( string $string , ? string $ch ...
https://man.plustar.jp/php/function.mb-encode-mimeheader.html - [similar]
文字を HTML 数値エンティティにエンコードする 0
« mb_encode_mimeheader mb_encoding_aliases » PHP Manual マルチバイト文字列 関数 文字を HTML 数値エンティティにエンコードする mb_encode_numericentity (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_encode_numericentity — 文字を HTML 数値エンティティにエンコードする 説明 mb_encode_numericentity ( ...
https://man.plustar.jp/php/function.mb-encode-numericentity.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 0
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変換する ord (PHP 4, PHP 5, PHP 7, PHP 8) ord — 文字列の先頭バイトを、0 から 255 までの値に変換する 説明 ord ( string $character ): int character の先頭バイトのバイナリ値を、 0 から 255 までの符 ...
https://man.plustar.jp/php/function.ord.html - [similar]
コードポイントが制御文字かどうかを調べる 0
« IntlChar::isblank IntlChar::isdefined » PHP Manual IntlChar コードポイントが制御文字かどうかを調べる IntlChar::iscntrl (PHP 7, PHP 8) IntlChar::iscntrl — コードポイントが制御文字かどうかを調べる 説明 public static IntlChar::iscntrl ( int | string $codepoint ): ? bool 指定されたコードポ ...
https://man.plustar.jp/php/intlchar.iscntrl.html - [similar]
mysql_query で使用するために文字列をエスケープする 0
« mysql_error mysql_fetch_array » PHP Manual MySQL 関数 mysql_query で使用するために文字列をエスケープする mysql_escape_string (PHP 4 >= 4.0.3, PHP 5) mysql_escape_string — mysql_query で使用するために文字列をエスケープする 警告 この関数は PHP 4.3.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張 ...
https://man.plustar.jp/php/function.mysql-escape-string.html - [similar]
コードポイントが句読点の文字かどうかを調べる 0
« IntlChar::isprint IntlChar::isspace » PHP Manual IntlChar コードポイントが句読点の文字かどうかを調べる IntlChar::ispunct (PHP 7, PHP 8) IntlChar::ispunct — コードポイントが句読点の文字かどうかを調べる 説明 public static IntlChar::ispunct ( int | string $codepoint ): ? bool 指定されたコ ...
https://man.plustar.jp/php/intlchar.ispunct.html - [similar]
型の相互変換 0
« 型宣言 変数 » PHP Manual 型 型の相互変換 型の相互変換 PHP は、変数定義時に明示的な型定義を必要と(または、サポート) しません。ある変数の型は、その変数が使用される文により定義されます。 これは、ある文字列を変数 $var に代入した場合には、 $var は文字列になることを意味しています。 ある整数値 ...
https://man.plustar.jp/php/language.types.type-juggling.html - [similar]