検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 95 for character (0.017 sec.)
XMLタグのマッピングの例 5950
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグ ... { echo "</ $map_array [ $name ] >" ; } } function characterData ( $parser , $data ) { echo $data ; } $xml_pars ... _parser , "startElement" , "endElement" ); xml_set_character_data_handler ( $xml_parser , "characterData" ); if ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]
あるモジュールの関数名を配列として返す 5950
« get_defined_constants get_include_path » PHP Manual PHP オプション/情報 関数 あるモジュールの関 ... ject [3] => xml_set_element_handler [4] => xml_set_character_data_handler [5] => xml_set_processing_instruction ...
https://man.plustar.jp/php/function.get-extension-funcs.html - [similar]
XML パーサのオプションを設定する 5950
« xml_parser_get_option xml_set_character_data_handler » PHP Manual XML パーサ 関数 XML パーサの ...
https://man.plustar.jp/php/function.xml-parser-set-option.html - [similar]
デフォルトのハンドラを設定する 5950
« xml_set_character_data_handler xml_set_element_handler » PHP Manual XML パーサ 関数 デフォルト ...
https://man.plustar.jp/php/function.xml-set-default-handler.html - [similar]
オブジェクト内部で XML パーサを使用する 5950
« xml_set_notation_decl_handler xml_set_processing_instruction_handler » PHP Manual XML パーサ 関 ... is -> parser , "tag_open" , "tag_close" ); xml_set_character_data_handler ( $this -> parser , "cdata" ); } func ...
https://man.plustar.jp/php/function.xml-set-object.html - [similar]
php.ini ディレクティブのリスト 5950
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... P_INI_ALL 非推奨になりました。 mbstring.substitute_character NULL PHP_INI_ALL mbstring.func_overload "0" PHP_IN ... NI_ALL PHP 7.1.0 から利用可能 session.sid_bits_per_character "4" PHP_INI_ALL PHP 7.1.0 から利用可能 session.upl ... PHP 7.1.0 で削除されました。 session.hash_bits_per_character "4" PHP_INI_ALL PHP 7.1.0 で削除されました。 sessi ...
https://man.plustar.jp/php/ini.list.html - [similar]
名前で Unicode 文字を探し、コードポイントの値を返す 5950
« IntlChar::charDirection IntlChar::charMirror » PHP Manual IntlChar 名前で Unicode 文字を探し、 ... DOM STRING WHICH DOESN'T CORRESPOND TO ANY UNICODE CHARACTER" )); ?> 上の例の出力は以下となります。 int(65) int ...
https://man.plustar.jp/php/intlchar.charfromname.html - [similar]
文字列 5950
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... 値インデックス <?php $string = 'string' ; echo "The character at index -2 is $string [- 2 ] ." , PHP_EOL ; $stri ... ng [- 3 ] = 'o' ; echo "Changing the character at index -3 to o gives $string ." , PHP_EOL ; ?> 上 ... の例の出力は以下となります。 The character at index -2 is n. Changing the character at index ...
https://man.plustar.jp/php/language.types.string.html - [similar]
文字セットオブジェクトを返す 5950
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mys ... mber"]=> int(8) ["state"]=> int(801) } 参考 mysqli_character_set_name() - データベース接続の現在の文字コードセッ ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]
XML パーサ 関数 5950
« XML 外部エンティティの例 xml_error_string » PHP Manual XML パーサ XML パーサ 関数 XML パーサ 関 ... _option — XML パーサのオプションを設定する xml_set_character_data_handler — 文字データハンドラを設定する xml_se ...
https://man.plustar.jp/php/ref.xml.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT