検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 190 for Str (0.008 sec.)
大文字小文字を区別せずに文字列が最初に現れる位置を探す 5665
« stripcslashes stripslashes » PHP Manual String 関数 大文字小文字を区別せずに文字列が最初に現れ ... る位置を探す stripos (PHP 5, PHP 7, PHP 8) stripos — 大文字小文字を ... 区別せずに文字列が最初に現れる位置を探す 説明 stripos ( string $haystack , string $needle , int $off ... stack の中で needle が最初に現れる位置を探します。 strpos() と異なり、 stripos() は大文字小文字を区別しま ... 推奨します。 意図した動作に依存する場合、 needle を string に明示的にキャストするか、 明示的に chr() 関数を ...
https://man.plustar.jp/php/function.stripos.html - [similar]
文字列にバイナリ diff 形式のパッチを適用する 5665
« xdiff_string_bdiff xdiff_string_diff_binary » PHP Manual xdiff 関数 文字列にバイナリ diff 形式 ... のパッチを適用する xdiff_string_bpatch (PECL xdiff >= 1.5.0) xdiff_string_bpatc ... 列にバイナリ diff 形式のパッチを適用する 説明 xdiff_string_bpatch ( string $str , string $patch ): string ... 文字列 str に、バイナリ形式のパッチ patch を適用します。 この ... 関数は、 xdiff_string_bdiff() 関数あるいは xdiff_string_rabdiff() そし ...
https://man.plustar.jp/php/function.xdiff-string-bpatch.html - [similar]
変更履歴 5621
« wordwrap 変数・データ型関連 » PHP Manual 文字列 変更履歴 変更履歴 この拡張モジュールのクラス/関 ... 受け入れていました(つまり、3個はダメでした)。 parse_str result は、オプションではなくなりました。 soundex ... この関数は、失敗時に false を返さなくなりました。 str_word_count characters は、nullable になりました。 ... strcspn length は、nullable になりました。 strip_tags allowed_tags は、nullable になりました。 st ... dle に数値を渡すことはサポートされなくなりました。 stristr needle に数値を渡すことはサポートされなくなりま ...
https://man.plustar.jp/php/changelog.strings.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 5621
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML ... 全て HTML エンティティに変換する 説明 htmlentities ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTIT ... UTE | ENT_HTML401 , ? string $encoding = null , bool $double_encode = true ) ... : string この関数は htmlspecialchars() と同じですが、 HT ... ity_decode() を使用することができます。 パラメータ string 入力文字列。 flags 以下のフラグを組み合わせたビ ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
文字を HTML 数値エンティティにエンコードする 5621
« mb_encode_mimeheader mb_encoding_aliases » PHP Manual マルチバイト文字列 関数 文字を HTML 数値 ... ティにエンコードする 説明 mb_encode_numericentity ( string $string , array $map , ? string $encoding = nul ... l , bool $hex = false ): string string の中で指定した文字コードを 文字コードから ... HTML 数値エンティティに変換します。 パラメータ string エンコードする文字列。 map map は、変換するコー ... 変換 */ $convmap = array( 0x80 , 0xff , 0 , 0xff ); $str = mb_encode_numericentity ( $str , $convmap , "ISO ...
https://man.plustar.jp/php/function.mb-encode-numericentity.html - [similar]
xdiff_string_bpatch のエイリアス 5621
« xdiff_string_merge3 xdiff_string_patch » PHP Manual xdiff 関数 xdiff_string_bpatch のエイリアス ... xdiff_string_patch_binary (PECL xdiff >= 0.2.0) xdiff_string ... _patch_binary — xdiff_string_bpatch のエイリアス 説明 xdiff_string_patch_bin ... ary ( string $str , string $patch ): string 文字列 str に、バ ... 形式のパッチ patch を適用します。 この関数は、 xdiff_string_bdiff() 関数あるいは xdiff_string_rabdiff() そし ...
https://man.plustar.jp/php/function.xdiff-string-patch-binary.html - [similar]
新機能 5621
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新 ... ッドをオーバーライドできるようになりました。 <?php abstract class A { abstract function test ( string $s ); ... } abstract class B extends A { // オーバーライドしましたが ... ラメータの反変性や戻り値の共変性は維持しています。 abstract function test ( $s ) : int ; } Sodium がコアモジ ... りました。 以下の定数が追加されています。 PDO::PARAM_STR_NATL PDO::PARAM_STR_CHAR PDO::ATTR_DEFAULT_STR_PAR ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
バイナリ対応の bzip2 ファイルへの書き込み 5589
« bzread LZF » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイルへの書き込み bzwrite (PHP 4 >= ... ファイルへの書き込み 説明 bzwrite ( resource $bz , string $data , ? int $length = null ): int | false bzw ... llable になりました。 例 例1 bzwrite() の例 <?php $str = "uncompressed data" ; $bz = bzopen ( "/tmp/foo.b ... z2" , "w" ); bzwrite ( $bz , $str , strlen ( $str )); bzclose ( $bz ); ?> 参考 bzrea ...
https://man.plustar.jp/php/function.bzwrite.html - [similar]
新しい関数 5589
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しい関数 新しい関 ... 数 PHP コア stream_isatty() sapi_windows_vt100_support() SPL spl_o ... n_keys() sodium_crypto_pwhash_scryptsalsa208sha256_str_verify() sodium_crypto_pwhash_scryptsalsa208sha256 ... _str() sodium_crypto_pwhash_scryptsalsa208sha256() sodi ... um_crypto_pwhash_str_verify() sodium_crypto_pwhash_str() sodium_crypto_ ...
https://man.plustar.jp/php/migration72.new-functions.html - [similar]
Prepares a phrase from an unescaped lucene string 5589
« SolrUtils::getSolrVersion SolrInputDocument » PHP Manual SolrUtils Prepares a phrase from an u ... nescaped lucene string SolrUtils::queryPhrase (PECL solr >= 0.9.2) Sol ... hrase — Prepares a phrase from an unescaped lucene string 説明 public static SolrUtils::queryPhrase ( str ... ing $str ): string Prepares a phrase from an unescaped luce ... ne string. パラメータ str The lucene phrase. 戻り値 Retur ...
https://man.plustar.jp/php/solrutils.queryphrase.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT