検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 102 for substr (0.010 sec.)
指定したパラメータでプレーンテキストを暗号化する 6107
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... ld be created using mcrypt_get_iv_size() $iv_dec = substr ( $ciphertext_dec , 0 , $iv_size ); # retrieves th ... xcept the $iv_size in the front) $ciphertext_dec = substr ( $ciphertext_dec , $iv_size ); # may remove 00h v ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
XML 外部エンティティの例 6056
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... function defaultHandler ( $parser , $data ) { if ( substr ( $data , 0 , 1 ) == "&" && substr ( $data , - 1 , ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
HTML 数値エンティティを文字にデコードする 6056
« mb_decode_mimeheader mb_detect_encoding » PHP Manual マルチバイト文字列 関数 HTML 数値エンティ ... = 0 , $encoded = '' ; $i < $mblen ; $i ++) { $u = substr ( $utf32 , $i * 8 , 8 ); $v = base_convert ( $u , ... f ( $v < 256 && $map [ $v ]) { $encoded .= '\\x' . substr ( $u , 6 , 2 ); } else if ( $v == 2028 ) { $encode ...
https://man.plustar.jp/php/function.mb-decode-numericentity.html - [similar]
文字列を反復する 6056
« str_pad str_replace » PHP Manual String 関数 文字列を反復する str_repeat (PHP 4, PHP 5, PHP 7, ... for str_pad() - 文字列を固定長の他の文字列で埋める substr_count() - 副文字列の出現回数を数える 関連キーワード ...
https://man.plustar.jp/php/function.str-repeat.html - [similar]
iconv 6017
« textdomain はじめに » PHP Manual 自然言語および文字エンコーディング iconv iconv はじめに インス ... strrpos — 文字列が最後に現れる場所を見つける iconv_substr — 文字列の一部を切り出す iconv — ある文字エンコーデ ...
https://man.plustar.jp/php/book.iconv.html - [similar]
マルチバイト文字列 6017
« intl_is_failure はじめに » PHP Manual 自然言語および文字エンコーディング マルチバイト文字列 マ ... tute_character — 置換文字を設定あるいは取得する mb_substr_count — 部分文字列の出現回数を数える mb_substr — 文 ...
https://man.plustar.jp/php/book.mbstring.html - [similar]
Scans the buffer for an occurrence of an end of line 6017
« EventBuffer::search EventBuffer::substr » PHP Manual EventBuffer Scans the buffer for an occur ...
https://man.plustar.jp/php/eventbuffer.searcheol.html - [similar]
iconv 関数 6017
« 定義済み定数 iconv_get_encoding » PHP Manual iconv iconv 関数 iconv 関数 参考 GNU Recode 関数 ... strrpos — 文字列が最後に現れる場所を見つける iconv_substr — 文字列の一部を切り出す iconv — ある文字エンコーデ ...
https://man.plustar.jp/php/ref.iconv.html - [similar]
Grapheme 関数 6017
« UConverter::transcode grapheme_extract » PHP Manual intl Grapheme 関数 Grapheme 関数 目次 grap ... が最初に登場した場所以降の部分文字列を返す grapheme_substr — 部分文字列を返す 関連キーワード: grapheme , 関数 ...
https://man.plustar.jp/php/ref.intl.grapheme.html - [similar]
マルチバイト文字列 関数 6017
« PHP の文字エンコーディングに関する要件 mb_check_encoding » PHP Manual マルチバイト文字列 マルチ ... tute_character — 置換文字を設定あるいは取得する mb_substr_count — 部分文字列の出現回数を数える mb_substr — 文 ...
https://man.plustar.jp/php/ref.mbstring.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT