検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 136 for Title (0.011 sec.)
XML ノードに子要素を追加する 6438
« SimpleXMLElement::addAttribute SimpleXMLElement::asXML » PHP Manual SimpleXMLElement XML ノード ... sxe -> addChild ( 'movie' ); $movie -> addChild ( 'title' , 'PHP2: More Parser Stories' ); $movie -> addChi ... alone="yes"?> <movies type="documentary"> <movie> <title>PHP: Behind the Parser</title> <characters> <chara ... <rating type="stars">5</rating> </movie> <movie> <title>PHP2: More Parser Stories</title> <plot>This is al ...
https://man.plustar.jp/php/simplexmlelement.addchild.html - [similar]
Tidy パースツリーの <html> タグから始まる tidyNode オブジェクトを返す 6438
« tidy::head tidy::isXhtml » PHP Manual tidy Tidy パースツリーの <html> タグから始まる tidyNode ... 1 tidy::html() の例 <?php $html = ' <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </bod ... ; ?> 上の例の出力は以下となります。 <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </bod ...
https://man.plustar.jp/php/tidy.html.html - [similar]
文字列に対してケースフォールディングを行う 6305
« mb_chr mb_convert_encoding » PHP Manual マルチバイト文字列 関数 文字列に対してケースフォールデ ... ひとつです。 MB_CASE_UPPER , MB_CASE_LOWER , MB_CASE_TITLE , MB_CASE_FOLD , MB_CASE_UPPER_SIMPLE , MB_CASE_LO ... WER_SIMPLE , MB_CASE_TITLE_SIMPLE , MB_CASE_FOLD_SIMPLE encoding encoding パラ ... CASE_UPPER_SIMPLE , MB_CASE_LOWER_SIMPLE , MB_CASE_TITLE_SIMPLE , MB_CASE_FOLD_SIMPLE のサポートが追加されま ... OVED IT SO $str = mb_convert_case ( $str , MB_CASE_TITLE , "UTF-8" ); echo $str ; // Prints Mary Had A Litt ...
https://man.plustar.jp/php/function.mb-convert-case.html - [similar]
ステートメントを実行する 6305
« CollectionAdd::__construct mysql_xdevapi\CollectionFind » PHP Manual mysql_xdevapi\CollectionA ... collection -> add ( '{"name": "Bernie", "jobs": [{"title":"Cat Herder","Salary":42000}, {"title":"Father"," ... Making cupcakes"]}' , '{"name": "Jane", "jobs": [{"title":"Scientist","Salary":18000}, {"title":"Mother","S ...
https://man.plustar.jp/php/mysql-xdevapi-collectionadd.execute.html - [similar]
引数を指定して関数を起動する 6305
« ReflectionFunction::invoke ReflectionFunction::isDisabled » PHP Manual ReflectionFunction 引数 ... flectionFunction::invokeArgs() の例 <?php function title ( $title , $name ) { return sprintf ( "%s. %s\r\n" ... , $title , $name ); } $function = new ReflectionFunction ( ... 'title' ); echo $function -> invokeArgs (array( 'Dr' , 'P ...
https://man.plustar.jp/php/reflectionfunction.invokeargs.html - [similar]
指定されたフィールドのフィールド番号を返す 6257
« pg_field_name pg_field_prtlen » PHP Manual PostgreSQL 関数 指定されたフィールドのフィールド番号 ... $res = pg_query ( $dbconn , "select author, year, title from authors where author = 'Orwell'" ); echo "Col ... umn 'title' is field number: " , pg_field_num ( $res , 'title ... ' ); ?> 上の例の出力は以下となります。 Column 'title' is field number: 2 参考 pg_field_name() - フィール ...
https://man.plustar.jp/php/function.pg-field-num.html - [similar]
CollectionAdd のコンストラクタ 6257
« mysql_xdevapi\CollectionAdd CollectionAdd::execute » PHP Manual mysql_xdevapi\CollectionAdd Co ... collection -> add ( '{"name": "Bernie", "jobs": [{"title":"Cat Herder","Salary":42000}, {"title":"Father"," ... Making cupcakes"]}' , '{"name": "Jane", "jobs": [{"title":"Scientist","Salary":18000}, {"title":"Mother","S ...
https://man.plustar.jp/php/mysql-xdevapi-collectionadd.construct.html - [similar]
フィールド番号に対応する型名を返す 6221
« pg_field_type_oid pg_flush » PHP Manual PostgreSQL 関数 フィールド番号に対応する型名を返す pg_ ... me=publisher" ) or die( "Could not connect" ); // 'title' は varchar 型と仮定する $res = pg_query ( $dbconn ... , "select title from authors where author = 'Orwell'" ); echo "Tit ... pe ( $res , 0 ); ?> 上の例の出力は以下となります。 Title field type: varchar 参考 pg_field_prtlen() - 表示さ ...
https://man.plustar.jp/php/function.pg-field-type.html - [similar]
DOMDocument オブジェクト内の XIncludes を置換する 6173
« DOMDocument::validate DOMDocumentFragment » PHP Manual DOMDocument DOMDocument オブジェクト内の ... apter xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Books of the other guy..</title> <para> <xi:includ ... apter xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Books of the other guy..</title> <para> <row xml:b ...
https://man.plustar.jp/php/domdocument.xinclude.html - [similar]
フィールド番号に対応する型 ID(OID)を返す 6173
« pg_field_table pg_field_type » PHP Manual PostgreSQL 関数 フィールド番号に対応する型 ID(OID) ... me=publisher" ) or die( "Could not connect" ); // 'title' は varchar 型であると仮定する $res = pg_query ( $ ... dbconn , "select title from authors where author = 'Orwell'" ); echo "Tit ... id ( $res , 0 ); ?> 上の例の出力は以下となります。 Title field type OID: 1043 参考 pg_field_type() - フィー ...
https://man.plustar.jp/php/function.pg-field-type-oid.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT