検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 102 for substr (0.044 sec.)
データを復号する 5823
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP ... pt_module_open ( 'des' , '' , 'ecb' , '' ); $key = substr ( $key , 0 , mcrypt_enc_get_key_size ( $td )); $iv ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
PHP が稼動しているオペレーティングシステムに関する情報を返す 5823
« php_sapi_name phpcredits » PHP Manual PHP オプション/情報 関数 PHP が稼動しているオペレーティン ... s NT XN1 5.1 build 2600 WINNT */ if ( strtoupper ( substr ( PHP_OS , 0 , 3 )) === 'WIN' ) { echo 'このサーバ ...
https://man.plustar.jp/php/function.php-uname.html - [similar]
フォーマット文字列に基づき入力を処理する 5823
« sprintf str_contains » PHP Manual String 関数 フォーマット文字列に基づき入力を処理する sscanf ... echo "Item $serial was manufactured on: $year -" . substr ( $month , 0 , 3 ) . "- $day \n" ; ?> オプションの ...
https://man.plustar.jp/php/function.sscanf.html - [similar]
文字列に使用されている単語についての情報を返す 5823
« str_starts_with strcasecmp » PHP Manual String 関数 文字列に使用されている単語についての情報を ... s() - 文字列で使用されている文字に関する情報を返す substr_count() - 副文字列の出現回数を数える 関連キーワード ...
https://man.plustar.jp/php/function.str-word-count.html - [similar]
"自然順"アルゴリズムにより文字列比較を行う 5823
« strnatcasecmp strncasecmp » PHP Manual String 関数 "自然順"アルゴリズムにより文字列比較を行う ... 字小文字を区別しないバイナリセーフな文字列比較を行う substr() - 文字列の一部分を返す stristr() - 大文字小文字を ...
https://man.plustar.jp/php/function.strnatcmp.html - [similar]
文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 5823
« strrev strrpos » PHP Manual String 関数 文字列中で、特定の(大文字小文字を区別しない)文字列が最 ... 取得する stristr() - 大文字小文字を区別しない strstr substr() - 文字列の一部分を返す 関連キーワード: 最後 , 位 ...
https://man.plustar.jp/php/function.strripos.html - [similar]
文字列中に、ある部分文字列が最後に現れる場所を探す 5823
« strripos strspn » PHP Manual String 関数 文字列中に、ある部分文字列が最後に現れる場所を探す st ... chr() - 文字列中に文字が最後に現れる場所を取得する substr() - 文字列の一部分を返す 関連キーワード: 最後 , 場 ...
https://man.plustar.jp/php/function.strrpos.html - [similar]
文字列の先頭および末尾にあるホワイトスペースを取り除く 5823
« substr ucfirst » PHP Manual String 関数 文字列の先頭および末尾にあるホワイトスペースを取り除く ...
https://man.plustar.jp/php/function.trim.html - [similar]
Basic Gearman client and worker, submitting tasks 5823
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... us ( $x + 1 , $workload_size ); $job -> sendData ( substr ( $workload , $x , 1 )); sleep ( 1 ); } $result = ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
文字列 5823
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... 複数の文字を取り出したり変更したりしたいときは、関数 substr() および substr_replace() が使えます。 注意 : PHP ... 変換できなくてもかまいません。 このタイプの関数は、 substr() や strpos() 、 strlen() 、 strcmp() などです。 こ ...
https://man.plustar.jp/php/language.types.string.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT