検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1614 for [SIMILAR] 16 1024 4096 WITH 38836 文字 WITH 3310... (1.715 sec.)
リフレクション 0
« unregister_tick_function はじめに » PHP Manual 変数・データ型関連 リフレクション リフレクション はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 拡張 Reflection — Reflection クラス Reflection::export — エクスポートする Reflection::getModifierNames ...
https://man.plustar.jp/php/book.reflection.html - [similar]
その他の変更 0
« 変更された関数 Windows のサポート » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 その他の変更 その他の変更 無効な文字列による算術演算の通知 数値形式ではない文字列を使って、数値を期待する演算 ( + - * / ** % << >> | & ^ や、これらを用いた代入演算) を行おうとしたときに、 E_WARNING あるいは ...
https://man.plustar.jp/php/migration71.other-changes.html - [similar]
文字列が最初に現れる位置を見つける 0
« strspn strtok » PHP Manual String 関数 文字列が最初に現れる位置を見つける strstr (PHP 4, PHP 5, PHP 7, PHP 8) strstr — 文字列が最初に現れる位置を見つける 説明 strstr ( string $haystack , string $needle , bool $before_needle = false ): string | false haystack の中で needle が最初に現れる ...
https://man.plustar.jp/php/function.strstr.html - [similar]
JSON 文字列をデコードする 0
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL json >= 1.2.0) json_decode — JSON 文字列をデコードする 説明 json_decode ( string $json , ? bool $associative = null , int $depth = 512 , int $flags = 0 ): mixed JSON エ ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
定義済み定数 0
« リソース型 サポートされるエンコーディングの概要 » PHP Manual マルチバイト文字列 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 MB_OVERLOAD_MAIL ( int ) PHP 8 ...
https://man.plustar.jp/php/mbstring.constants.html - [similar]
フォーマットされた文字列をストリームに書き込む 0
« explode get_html_translation_table » PHP Manual String 関数 フォーマットされた文字列をストリームに書き込む fprintf (PHP 5, PHP 7, PHP 8) fprintf — フォーマットされた文字列をストリームに書き込む 説明 fprintf ( resource $stream , string $format , mixed ...$values ): int format によって作 ...
https://man.plustar.jp/php/function.fprintf.html - [similar]
文字列の文字数を返す 0
« iconv_set_encoding iconv_strpos » PHP Manual iconv 関数 文字列の文字数を返す iconv_strlen (PHP 5, PHP 7, PHP 8) iconv_strlen — 文字列の文字数を返す 説明 iconv_strlen ( string $string , ? string $encoding = null ): int | false strlen() とは違い、 iconv_strlen() は与えられたバイト列 stri ...
https://man.plustar.jp/php/function.iconv-strlen.html - [similar]
フォーマットされた文字列を返す 0
« vprintf wordwrap » PHP Manual String 関数 フォーマットされた文字列を返す vsprintf (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) vsprintf — フォーマットされた文字列を返す 説明 vsprintf ( string $format , array $values ): string sprintf() と動作は同じですが、 可変長の引数ではなく配列を引数としま ...
https://man.plustar.jp/php/function.vsprintf.html - [similar]
コード変換指令に基づき文字列のコードを変換する 0
« recode_file recode » PHP Manual Recode 関数 コード変換指令に基づき文字列のコードを変換する recode_string (PHP 4, PHP 5, PHP 7 < 7.4.0) recode_string — コード変換指令に基づき文字列のコードを変換する 説明 recode_string ( string $request , string $string ): string コード変換指令 request に ...
https://man.plustar.jp/php/function.recode-string.html - [similar]
ISO-8859-1 文字列を UTF-8 に変換する 0
« utf8_decode vfprintf » PHP Manual String 関数 ISO-8859-1 文字列を UTF-8 に変換する utf8_encode (PHP 4, PHP 5, PHP 7, PHP 8) utf8_encode — ISO-8859-1 文字列を UTF-8 に変換する 説明 utf8_encode ( string $string ): string この関数は、文字列 string を ISO-8859-1 エンコードから UTF-8 へ変換 ...
https://man.plustar.jp/php/function.utf8-encode.html - [similar]