検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 100 for strlen (0.013 sec.)
バイナリ対応の bzip2 ファイルへの書き込み 6046
« bzread LZF » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイルへの書き込み bzwrite (PHP 4 >= ... n ( "/tmp/foo.bz2" , "w" ); bzwrite ( $bz , $str , strlen ( $str )); bzclose ( $bz ); ?> 参考 bzread() - バイ ...
https://man.plustar.jp/php/function.bzwrite.html - [similar]
FDF ドキュメントをオープンする 6046
« fdf_open_string fdf_remove_item » PHP Manual FDF 関数 FDF ドキュメントをオープンする fdf_open ... t.fdf" , "w" ); fwrite ( $fdffp , $HTTP_FDF_DATA , strlen ( $HTTP_FDF_DATA )); fclose ( $fdffp ); // テンポラ ...
https://man.plustar.jp/php/function.fdf-open.html - [similar]
正規表現検索および置換を行う 6046
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... ルクォートやダブルクォートを共用した場合 (たとえば 'strlen(\'$1\')+strlen("$2")' ) に構文エラーが発生しないよ ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
属性を取得する 6046
« radius_demangle radius_get_tagged_attr_data » PHP Manual Radius 関数 属性を取得する radius_get ... ; printf ( "属性を取得:%d %d Bytes %s\n" , $attr , strlen ( $data ), bin2hex ( $data )); } ?> 参考 radius_pu ...
https://man.plustar.jp/php/function.radius-get-attr.html - [similar]
Description 6046
« Imagick::setPointSize Imagick::setRegistry » PHP Manual Imagick Description Imagick::setProgre ... ck -> waveImage ( 2 , 15 ); echo "Data len is: " . strlen ( $imagick -> getImageBlob ()); } catch(\ ImagickE ...
https://man.plustar.jp/php/imagick.setprogressmonitor.html - [similar]
基本的な使用法 6046
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php ... ed memory block" , 0 ); if ( $shm_bytes_written != strlen ( "my shared memory block" )) { echo "データ全体を ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
Escape special characters in a string for use in an SQL statement 5994
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... brid_real_escape_string ( $unescaped_str ); $len = strlen ( $unescaped_str ); @ cubrid_execute ( $conn , "DR ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
定義済みの全ての関数を配列で返す 5994
« function_exists register_shutdown_function » PHP Manual 関数処理 関数 定義済みの全ての関数を配 ... gs [2] => func_get_arg [3] => func_get_args [4] => strlen [5] => strcmp [6] => strncmp ... [750] => bcscale ...
https://man.plustar.jp/php/function.get-defined-functions.html - [similar]
大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 5994
« mb_stripos mb_strlen » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 文字列の中で ...
https://man.plustar.jp/php/function.mb-stristr.html - [similar]
文字列の中に指定した文字列が最初に現れる位置を見つける 5994
« mb_strlen mb_strrchr » PHP Manual マルチバイト文字列 関数 文字列の中に指定した文字列が最初に現 ...
https://man.plustar.jp/php/function.mb-strpos.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT