検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 95 for Character (0.037 sec.)
Character classes 11546
« Character representations Unicode character classes » PHP Manual Pattern matching Character cl ... asses Character classes Character classes Sequence Description [.. ... .] A single character listed or contained within a listed range. Ranges ... is the same as [b-df-hj-np-tv-z] . [^...] A single character not listed and not contained within a listed range ... . . Any character, default [^\n]. \d Digit character, [0-9] . \D Non ...
https://man.plustar.jp/php/parle.regex.charclass.html - [similar]
Character representations 11072
« Pattern matching Character classes » PHP Manual Pattern matching Character representations Character ... racter representations Character representations Sequence Description \a Alert (bel ... l). \b Backspace. \e ESC character, \x1b. \n Newline. \r Carriage return. \f Form fee ... Horizontal tab, \x09. \v Vertical tab, \x0b. \oct Character specified by a three-digit octal code. \xhex Chara ... cter specified by a hex code. \cchar Named control character. 関連キーワード: Character , representations , Pat ...
https://man.plustar.jp/php/parle.regex.chars.html - [similar]
基本的な SimpleXML の使用法 10808
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... es> <movie> <title>PHP: Behind the Parser</title> <characters> <character> <name>Ms. Coder</name> <actor>Onlivi ... a Actora</actor> </character> <character> <name>Mr. Coder</name> <actor>El Act& ... #211;r</actor> </character> </characters> <plot> So, this language. It's like ... ies = new SimpleXMLElement ( $xmlstr ); /* 個々の <character> ノードに対して、<name> を分割して表示します */ fo ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
置換文字を設定あるいは取得する 10374
« mb_strwidth mb_substr_count » PHP Manual マルチバイト文字列 関数 置換文字を設定あるいは取得する ... mb_substitute_character (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_substitut ... e_character — 置換文字を設定あるいは取得する 説明 mb_substitut ... e_character ( string | int | null $substitute_character = null ... b_send_mail() に影響します。 パラメータ substitute_character Unicode 値の整数または文字列を以下のように指定しま ...
https://man.plustar.jp/php/function.mb-substitute-character.html - [similar]
データベース接続の現在の文字コードセットを返す 10216
« mysqli::change_user mysqli::close » PHP Manual mysqli データベース接続の現在の文字コードセット ... を返す mysqli::character_set_name mysqli_character_set_name (PHP 5, PHP 7, ... PHP 8) mysqli::character_set_name -- mysqli_character_set_name — データベー ... セットを返す 説明 オブジェクト指向型 public mysqli::character_set_name (): string 手続き型 mysqli_character_set_ ... の現在の文字コードセットを返します。 例 例1 mysqli::character_set_name() の例 オブジェクト指向型 <?php mysqli_re ...
https://man.plustar.jp/php/mysqli.character-set-name.html - [similar]
Parle pattern matching 9861
« 定義済み定数 Character representations » PHP Manual Parle Parle pattern matching Parle pattern ... matching 目次 Character representations Character classes Unicode characte ... ar to flex. Also supported are the following POSIX character sets: [:alnum:] , [:alpha:] , [:blank:] , [:cntrl: ... [:space:] , [:upper:] and [:xdigit:] . The Unicode character classes are currently not enabled by default, pass ... ff]+ . 関連キーワード: Parle , pattern , classes , Character , character , encoded , xe , representations , exa ...
https://man.plustar.jp/php/parle.pattern.matching.html - [similar]
クライアントの文字セットを設定する 9400
« mysqli::select_db mysqli::$sqlstate » PHP Manual mysqli クライアントの文字セットを設定する mys ... ser" , "my_password" , "test" ); printf ( "Initial character set: %s\n" , $mysqli -> character_set_name ()); /* ... li -> set_charset ( "utf8mb4" ); printf ( "Current character set: %s\n" , $mysqli -> character_set_name ()); 手 ... ser' , 'my_password' , 'test' ); printf ( "Initial character set: %s\n" , mysqli_character_set_name ( $link )); ... t_charset ( $link , "utf8mb4" ); printf ( "Current character set: %s\n" , mysqli_character_set_name ( $link )); ...
https://man.plustar.jp/php/mysqli.set-charset.html - [similar]
SimpleXML 要素に属性を追加する 9321
« SimpleXMLElement SimpleXMLElement::addChild » PHP Manual SimpleXMLElement SimpleXML 要素に属性 ... his is all about the people who make it work.' ); $characters = $movie -> addChild ( 'characters' ); $character ... = $characters -> addChild ( 'character' ); $character -> addChi ... ld ( 'name' , 'Mr. Parser' ); $character -> addChild ( 'actor' , 'John Doe' ); $rating = $m ... y"> <movie> <title>PHP: Behind the Parser</title> <characters> <character> <name>Ms. Coder</name> <actor>Onlivi ...
https://man.plustar.jp/php/simplexmlelement.addattribute.html - [similar]
XML ノードに子要素を追加する 9163
« SimpleXMLElement::addAttribute SimpleXMLElement::asXML » PHP Manual SimpleXMLElement XML ノード ... his is all about the people who make it work.' ); $characters = $movie -> addChild ( 'characters' ); $character ... = $characters -> addChild ( 'character' ); $character -> addChi ... ld ( 'name' , 'Mr. Parser' ); $character -> addChild ( 'actor' , 'John Doe' ); $rating = $m ... y"> <movie> <title>PHP: Behind the Parser</title> <characters> <character> <name>Ms. Coder</name> <actor>Onlivi ...
https://man.plustar.jp/php/simplexmlelement.addchild.html - [similar]
Grouping 8847
« Anchors 例 » PHP Manual Pattern matching Grouping Grouping Grouping Sequence Description (...) ... reting pattern. Options may be zero or more of the characters i, s, or x. Options Option Description i Case ins ... ensitive. s Alters the meaning of '.' to match any character whatsoever. -s Alters the meaning of '.' to match ... any character except '\n'. x Ignores comments and whitespace in ... escaped, contained within ""s, or appears inside a character range. These options can be applied globally at th ...
https://man.plustar.jp/php/parle.regex.grouping.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT