検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 100 for strlen (0.049 sec.)
文字列をパースしてタイムスタンプにする 5955
« IntlDateFormatter::localtime IntlDateFormatter::setCalendar » PHP Manual IntlDateFormatter 文字 ... が失敗した場合にその終了位置が含まれます。 offset > strlen($string) の場合、パースは即時に失敗します。 戻り値 ...
https://man.plustar.jp/php/intldateformatter.parse.html - [similar]
文字列を音訳する 5955
« Transliterator::listIDs IntlBreakIterator » PHP Manual Transliterator 文字列を音訳する Transli ... Char = html_entity_decode ( '𝄞' ); echo mb_strlen ( $supplChar , "UTF-8" ), "\n" ; $encSupplChar = t ...
https://man.plustar.jp/php/transliterator.transliterate.html - [similar]
変数が空であるかどうかを検査する 5903
« doubleval floatval » PHP Manual 変数操作 関数 変数が空であるかどうかを検査する empty (PHP 4, P ... ble オブジェクトに含まれるすべての要素の数を数える strlen() - 文字列の長さを得る PHP 型の比較表 関連キーワー ...
https://man.plustar.jp/php/function.empty.html - [similar]
設定オプションの値を得る 5903
« ini_get_all ini_restore » PHP Manual PHP オプション/情報 関数 設定オプションの値を得る ini_get ... $val = trim ( $val ); $last = strtolower ( $val [ strlen ( $val )- 1 ]); switch( $last ) { // 'G' も使えます ...
https://man.plustar.jp/php/function.ini-get.html - [similar]
データを復号する 5903
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP ... ose ( $td ); } if ( strncmp ( $p_t , $plain_text , strlen ( $plain_text )) == 0 ) { echo "ok\n" ; } else { e ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
文字列をパースして、フィールドベースの時刻値にする 5903
« IntlDateFormatter::isLenient IntlDateFormatter::parse » PHP Manual IntlDateFormatter 文字列をパ ... 敗した場合にその終了位置が含まれます。 $parse_pos > strlen($value) の場合、パースは即時に失敗します。 戻り値 ...
https://man.plustar.jp/php/intldateformatter.localtime.html - [similar]
名前空間の概要 5903
« 名前空間 名前空間の定義 » PHP Manual 名前空間 名前空間の概要 名前空間の概要 (PHP 5 >= 5.3.0, P ... MyClass ; // "グローバル空間" を参照ください $a = strlen ( 'hi' ); // "名前空間の使用法: グローバル関数/定数 ...
https://man.plustar.jp/php/language.namespaces.rationale.html - [similar]
文字列 5903
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... ます $str = 'This is still a test.' ; $last = $str [ strlen ( $str )- 1 ]; // 文字列の最後の文字を変更します $ ... str = 'Look at the sea' ; $str [ strlen ( $str )- 1 ] = 'e' ; ?> 文字列のオフセットは整数あ ... せん。 このタイプの関数は、 substr() や strpos() 、 strlen() 、 strcmp() などです。 これらの関数については、文 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
5903
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目 ... oded\r\n" ); fwrite ( $sock , "Content-length: " . strlen ( $data ) . "\r\n" ); fwrite ( $sock , "Accept: */ ...
https://man.plustar.jp/php/stream.examples.html - [similar]
関数エイリアスのリスト 5851
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... () LDAP mbstrcut mb_strcut() Multi-bytes Strings mbstrlen mb_strlen() Multi-bytes Strings mbstrpos mb_strpos ...
https://man.plustar.jp/php/aliases.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT