検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 100 for strlen (0.013 sec.)
疑似ランダムなバイト文字列を生成する 5955
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成 ... ( $bytes ); echo "Lengths: Bytes: $i and Hex: " . strlen ( $hex ) . PHP_EOL ; var_dump ( $hex ); var_dump ( ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
追加の ini ディレクトリにある .ini ファイルのリストを取得する 5955
« php_ini_loaded_file php_sapi_name » PHP Manual PHP オプション/情報 関数 追加の ini ディレクトリ ... if ( $filelist = php_ini_scanned_files ()) { if ( strlen ( $filelist ) > 0 ) { $files = explode ( ',' , $fi ...
https://man.plustar.jp/php/function.php-ini-scanned-files.html - [similar]
接続しているかどうかによらずソケットにメッセージを送信する 5955
« socket_sendmsg socket_set_block » PHP Manual ソケット 関数 接続しているかどうかによらずソケット ... , SOCK_DGRAM , SOL_UDP ); $msg = "Ping !" ; $len = strlen ( $msg ); socket_sendto ( $sock , $msg , $len , 0 ...
https://man.plustar.jp/php/function.socket-sendto.html - [similar]
デフォルトのストリームコンテキストを取得する 5955
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... /x-www-form-urlencoded\r\n" . "Content-length: " . strlen ( "baz=bomb" ), 'content' => "baz=bomb" ) ); $defa ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
大文字小文字を区別しない strstr 5955
« stripslashes strlen » PHP Manual String 関数 大文字小文字を区別しない strstr stristr (PHP 4, P ...
https://man.plustar.jp/php/function.stristr.html - [similar]
"自然順"アルゴリズムにより大文字小文字を区別しない文字列比較を行う 5955
« strlen strnatcmp » PHP Manual String 関数 "自然順"アルゴリズムにより大文字小文字を区別しない文 ...
https://man.plustar.jp/php/function.strnatcasecmp.html - [similar]
副文字列の出現回数を数える 5955
« substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count ... count() の例 <?php $text = 'This is a test' ; echo strlen ( $text ); // 14 echo substr_count ( $text , 'is' ...
https://man.plustar.jp/php/function.substr-count.html - [similar]
文字列に unified diff 形式のパッチを適用する 5955
« xdiff_string_patch_binary xdiff_string_rabdiff » PHP Manual xdiff 関数 文字列に unified diff 形 ... echo "新しい記事:\n" ; echo $new_article ; } if ( strlen ( $errors )) { echo "Rejects: \n" ; echo $errors ; ...
https://man.plustar.jp/php/function.xdiff-string-patch.html - [similar]
画像の生のピクセルをエクスポートする 5955
« Imagick::evaluateImage Imagick::extentImage » PHP Manual Imagick 画像の生のピクセルをエクスポー ... 指定します。 返される配列の大きさは width * height * strlen(map) となります。 このメソッドは、ImageMagick バー ...
https://man.plustar.jp/php/imagick.exportimagepixels.html - [similar]
画像のピクセルをインポートする 5955
« Imagick::implodeImage Imagick::inverseFourierTransformImage » PHP Manual Imagick 画像のピクセル ... /* ピクセルが画像に取り込みます。 width * height * strlen("RGB") が count($pixels) と一致しなければなりません ...
https://man.plustar.jp/php/imagick.importimagepixels.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT