検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 100 for strlen (0.026 sec.)
配列または Countable オブジェクトに含まれるすべての要素の数を数える 5851
« compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素 ... 検査する empty() - 変数が空であるかどうかを検査する strlen() - 文字列の長さを得る is_countable() - 引数が、数 ...
https://man.plustar.jp/php/function.count.html - [similar]
バイナリセーフなファイル書き込み処理 5851
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... $fp , $string ) { for ( $written = 0 ; $written < strlen ( $string ); $written += $fwrite ) { $fwrite = fwr ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
HTML 数値エンティティを文字にデコードする 5851
« mb_decode_mimeheader mb_detect_encoding » PHP Manual マルチバイト文字列 関数 HTML 数値エンティ ... 255 ]; // 文字エンコーディングは UTF-8 $mblen = mb_strlen ( $str , 'UTF-8' ); $utf32 = bin2hex ( mb_convert_ ...
https://man.plustar.jp/php/function.mb-decode-numericentity.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 5851
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... or AES-128, 192 # and 256 respectively $key_size = strlen ( $key ); echo "Key size: " . $key_size . "\n" ; $ ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
接続したソケットからデータを受信する 5851
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... HEAD request..." ; socket_write ( $socket , $in , strlen ( $in )); echo "OK.\n" ; echo "Reading response:\n ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
文字列の一部分を返す 5851
« substr_replace trim » PHP Manual String 関数 文字列の一部分を返す substr (PHP 4, PHP 5, PHP 7, ... 0 ]; // a echo $string [ 3 ]; // d echo $string [ strlen ( $string )- 1 ]; // f ?> 例4 substr() でのキャスト ...
https://man.plustar.jp/php/function.substr.html - [similar]
実用的な例 5851
« PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な ... 合は、実行されません。 if , else と strtoupper() や strlen() のような他の関数で、似たような例を作ってみてくだ ...
https://man.plustar.jp/php/tutorial.useful.html - [similar]
マルチバイト文字列 5799
« intl_is_failure はじめに » PHP Manual 自然言語および文字エンコーディング マルチバイト文字列 マ ... 字列の中で指定した文字列が最初に現れる位置を探す mb_strlen — 文字列の長さを得る mb_strpos — 文字列の中に指定し ...
https://man.plustar.jp/php/book.mbstring.html - [similar]
文字列 5799
« ssdeep_fuzzy_hash はじめに » PHP Manual テキスト処理 文字列 文字列 はじめに インストール/設定 ... を取り除く stristr — 大文字小文字を区別しない strstr strlen — 文字列の長さを得る strnatcasecmp — "自然順"アルゴ ...
https://man.plustar.jp/php/book.strings.html - [similar]
SessionHandler クラス 5799
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... = '' ; // Salt the key(32) and iv(16) = 48 while ( strlen ( $salted ) < 48 ) { $dx = hash ( 'sha256' , $dx . ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT