検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 100 for strlen (0.019 sec.)
結果における各出力の長さを得る 5994
« mysql_fetch_field mysql_fetch_object » PHP Manual MySQL 関数 結果における各出力の長さを得る my ... す mysql_fetch_row() - 結果を添字配列として取得する strlen() - 文字列の長さを得る 関連キーワード: fetch , 出力 ...
https://man.plustar.jp/php/function.mysql-fetch-lengths.html - [similar]
指定したフィールドの長さを返す 5994
« mysql_field_flags mysql_field_name » PHP Manual MySQL 関数 指定したフィールドの長さを返す mysq ... l_fetch_lengths() - 結果における各出力の長さを得る strlen() - 文字列の長さを得る 関連キーワード: フィールド ...
https://man.plustar.jp/php/function.mysql-field-len.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 5994
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変 ... = 'UTF-8' ); $str = "?" ; for ( $pos = 0 ; $pos < strlen ( $str ); $pos ++ ) { $byte = substr ( $str , $pos ...
https://man.plustar.jp/php/function.ord.html - [similar]
単語をハイフネーションする 5994
« ps_get_value ps_include_file » PHP Manual PS 関数 単語をハイフネーションする ps_hyphenate (PEC ... s_hyphenate ( $psdoc , $word ); for( $i = 0 ; $i < strlen ( $word ); $i ++) { echo $word [ $i ]; if( in_arra ...
https://man.plustar.jp/php/function.ps-hyphenate.html - [similar]
ランダムなトークンを生成する 5994
« OAuthProvider::consumerHandler OAuthProvider::is2LeggedEndpoint » PHP Manual OAuthProvider ラン ... hProvider (); $t = $p -> generateToken ( 4 ); echo strlen ( $t ), PHP_EOL ; echo bin2hex ( $t ), PHP_EOL ; ? ...
https://man.plustar.jp/php/oauthprovider.generatetoken.html - [similar]
5994
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を ... を出力する (2回目) if ( readgzfile ( $filename ) != strlen ( $s )) { echo "Error with zlib functions!" ; } un ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
大文字小文字を区別せず、haystack 文字列の中で needle が最初に登場した場所以降の... 5955
« grapheme_stripos grapheme_strlen » PHP Manual Grapheme 関数 大文字小文字を区別せず、haystack 文 ...
https://man.plustar.jp/php/function.grapheme-stristr.html - [similar]
文字列内で最初にあらわれる場所の (書記素単位の) 位置を見つける 5955
« grapheme_strlen grapheme_strripos » PHP Manual Grapheme 関数 文字列内で最初にあらわれる場所の ...
https://man.plustar.jp/php/function.grapheme-strpos.html - [similar]
文字列が最初に現れる場所を見つける 5955
« iconv_strlen iconv_strrpos » PHP Manual iconv 関数 文字列が最初に現れる場所を見つける iconv_st ...
https://man.plustar.jp/php/function.iconv-strpos.html - [similar]
バイナリ IPTC データを JPEG イメージに埋めこむ 5955
« imagexbm iptcparse » PHP Manual GD および Image 関数 バイナリ IPTC データを JPEG イメージに埋め ... ptc_make_tag ( $rec , $data , $value ) { $length = strlen ( $value ); $retval = chr ( 0x1C ) . chr ( $rec ) ...
https://man.plustar.jp/php/function.iptcembed.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT