検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 25 for Person (0.002 sec.)
ILL リクエストパッケージを関して Z39.50 Item Order を準備する 13184
« yaz_hits yaz_present » PHP Manual YAZ 関数 ILL リクエストパッケージを関して Z39.50 Item Order ... ol-version-num transaction-id,initial-requester-id,person-or-institution-symbol,person transaction-id,initia ... l-requester-id,person-or-institution-symbol,institution transaction-id,i ... nitial-requester-id,name-of-person-or-institution,name-of-person transaction-id,initi ... al-requester-id,name-of-person-or-institution,name-of-institution transaction-id, ...
https://man.plustar.jp/php/function.yaz-itemorder.html - [similar]
子要素を数える 12902
« SimpleXMLElement::__construct SimpleXMLElement::getDocNamespaces » PHP Manual SimpleXMLElement ... 例1 子要素の数の取得 <?php $xml = <<<EOF <people> <person name="Person 1"> <child/> <child/> <child/> </pers ... on> <person name="Person 2"> <child/> <child/> <child/> <child ... /> <child/> </person> </people> EOF; $elem = new SimpleXMLElement ( $xm ... l ); foreach ( $elem as $person ) { printf ( "%s has got %d children.\n" , $person ...
https://man.plustar.jp/php/simplexmlelement.count.html - [similar]
新しい MultipleIterator を作成する 10594
« MultipleIterator::attachIterator MultipleIterator::containsIterator » PHP Manual MultipleItera ... r ( $flags ); $team -> attachIterator ( $people , 'person' ); $team -> attachIterator ( $roles , 'role' ); f ... MIT_NEED_ALL|MIT_KEYS_ASSOC の場合の出力 Array ( [person] => John [role] => Developer ) Array ( [person] => ... Jane [role] => Scrum Master ) Array ( [person] => Jack [role] => Project Owner ) $flags = MIT_NE ... ED_ANY|MIT_KEYS_ASSOC の場合の出力 Array ( [person] => John [role] => Developer ) Array ( [person] => ...
https://man.plustar.jp/php/multipleiterator.construct.html - [similar]
ドキュメントで宣言されている名前空間を返す 9830
« SimpleXMLElement::count SimpleXMLElement::getName » PHP Manual SimpleXMLElement ドキュメントで ... yes"?> <people xmlns:p="http://example.org/ns"> <p:person id="1">John Doe</p:person> <p:person id="2">Susie ... Q. Public</p:person> </people> XML; $sxe = new SimpleXMLElement ( $xml ... mple.org/ns" xmlns:t="http://example.org/test"> <p:person t:id="1">John Doe</p:person> <p:person t:id="2" a: ... s:a="http://example.org/addr"> Susie Q. Public </p:person> </people> XML; $sxe = new SimpleXMLElement ( $xml ...
https://man.plustar.jp/php/simplexmlelement.getdocnamespaces.html - [similar]
Get the error message 8784
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... eq = cubrid_execute ( $con , "select id, name from person" ); if ( $req ) { while (list ( $id , $name ) = cu ... r Code: -493 Error Message: Syntax: Unknown class "person". select id, [name] from person 参考 cubrid_errno( ... , CUBRID , connection , function , recent , from , person , occurred ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 8634
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... eq = cubrid_execute ( $con , "select id, name from person" ); if ( $req ) { while (list ( $id , $name ) = cu ... r Code: -493 Error Message: Syntax: Unknown class "person". select id, [name] from person 参考 cubrid_error( ... m , errno , function , identifier , Get , recent , person , connection ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
指定したノードの子ノードを見付ける 8535
« SimpleXMLElement::attributes SimpleXMLElement::__construct » PHP Manual SimpleXMLElement 指定し ... 配列を走査する <?php $xml = new SimpleXMLElement ( '<person> <child role="son"> <child role="daughter"/> </chi ... ole="son"> <child role="son"/> </child> </child> </person>' ); foreach ( $xml -> children () as $second_gen ... ) { echo ' The person begot a ' . $second_gen [ 'role' ]; foreach ( $sec ... le' ]; } } } ?> 上の例の出力は以下となります。 The person begot a son who begot a daughter; The person begot ...
https://man.plustar.jp/php/simplexmlelement.children.html - [similar]
ドキュメントで使用している名前空間を返す 8485
« SimpleXMLElement::getName SimpleXMLElement::registerXPathNamespace » PHP Manual SimpleXMLEleme ... mple.org/ns" xmlns:t="http://example.org/test"> <p:person id="1">John Doe</p:person> <p:person id="2">Susie ... Q. Public</p:person> </people> XML; $sxe = new SimpleXMLElement ( $xml ...
https://man.plustar.jp/php/simplexmlelement.getnamespaces.html - [similar]
Returns a short, readable, parsable string representation of a variable 8202
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, ... ent-Length: 123\r\n" 例3 Exporting stdClass <?php $person = new stdClass ; $person -> name = 'ElePHPant EleP ... HPantsdotter' ; $person -> website = 'https://php.net/elephpant.php' ; ech ... o var_representation ( $person ); 上の例の出力は以下となります。 (object) [ 'name ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
結果セットから次の行を取得する 8202
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... してから、プロパティへの代入を行います。 <?php class Person { private $name ; public function __construct () { ... e" ); $sth -> setFetchMode ( PDO :: FETCH_CLASS , 'Person' ); $person = $sth -> fetch (); $person -> tell () ... ( PDO :: FETCH_CLASS | PDO :: FETCH_PROPS_LATE , 'Person' ); $person = $sth -> fetch (); $person -> tell () ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
PREV 1 2 3 NEXT