検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 54 for author (0.001 sec.)
Get SeasLog author. 13795
« Seaslog 関数 seaslog_get_version » PHP Manual Seaslog 関数 Get SeasLog author. seaslog_get_author ... hor (PECL seaslog >=1.0.0) seaslog_get_author — Get SeasLog author. 説明 seaslog_get_author (): ... 数にはパラメータはありません。 戻り値 Return SeasLog author as string. 例 例1 seaslog_get_author() example <?p ... hp var_dump ( seaslog_get_author ()); ?> 上の例の出力は、 たとえば以下のようになりま ... 29) "Chitao.Gao [ neeke@php.net ]" 関連キーワード: author , SeasLog , Get , seaslog , 関数 , string , Seaslo ...
https://man.plustar.jp/php/function.seaslog-get-author.html - [similar]
PHP の関数を XPath 関数として登録する 12875
« DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す ... UTF-8"?> <books> <book> <title>PHP Basics</title> <author>Jim Smith</author> <author>Jane Smith</author> </b ... ook> <book> <title>PHP Secrets</title> <author>Jenny Smythe</author> </book> <book> <title>XML ba ... sics</title> <author>Joe Black</author> </book> </books> 例2 DOMXPath:: ... sByTagName ( "title" )-> item ( 0 )-> nodeValue ; $author = $node -> getElementsByTagName ( "author" )-> ite ...
https://man.plustar.jp/php/domxpath.registerphpfunctions.html - [similar]
id に対応する要素を検索する 11199
« DOMDocument::createTextNode DOMDocument::getElementsByTagName » PHP Manual DOMDocument id に対 ... [ <!ELEMENT books (book+)> <!ELEMENT book (title, author+, xhtml:blurb?)> <!ELEMENT title (#PCDATA)> <!ELEM ... ENT blurb (#PCDATA)> <!ELEMENT author (#PCDATA)> <!ATTLIST books xmlns CDATA #IMPLIED> < ... #IMPLIED> <!ATTLIST book id ID #IMPLIED> <!ATTLIST author email CDATA #IMPLIED> ]> <?xml-stylesheet type="te ... <book id="php-basics"> <title>PHP Basics</title> <author email="jim.smith@basics.php">Jim Smith</author> <a ...
https://man.plustar.jp/php/domdocument.getelementbyid.html - [similar]
Seaslog 関数 10383
« 例 seaslog_get_author » PHP Manual Seaslog Seaslog 関数 Seaslog 関数 目次 seaslog_get_author... Get SeasLog author. seaslog_get_version — Get SeasLog version. 関連キ ... ーワード: Seaslog , 関数 , seaslog , author , Get , SeasLog , version , ...
https://man.plustar.jp/php/ref.seaslog.html - [similar]
クエリを実行する 8885
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... \n" ; exit; } $result = pg_query ( $conn , "SELECT author, email FROM authors" ); if (! $result ) { echo "An ... } while ( $row = pg_fetch_row ( $result )) { echo "Author: $row [ 0 ] E-mail: $row [ 1 ] " ; echo "<br />\n" ... トランザクションとして実行されます $query = "UPDATE authors SET author=UPPER(author) WHERE id=1;" ; $query .= ... "UPDATE authors SET author=LOWER(author) WHERE id=2;" ; $query .= ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 8766
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... rev] => integer revision number of last edit [last_author] => string author name of last edit [size] => inte ... 。 Array ( [0] => Array ( [created_rev] => 20 [last_author] => Joe [size] => 0 [time] => Apr 02 09:28 [time_t ... => dir ) [1] => Array ( [created_rev] => 23 [last_author] => Bob [size] => 0 [time] => Apr 02 15:15 [time_t ... : file , repository , time , Array , type , size , author , edit , list , 関数 ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
行を配列として取得する 8529
« pg_fetch_all pg_fetch_assoc » PHP Manual PostgreSQL 関数 行を配列として取得する pg_fetch_array ... \n" ; exit; } $result = pg_query ( $conn , "SELECT author, email FROM authors" ); if (! $result ) { echo "An ... lt , 0 , PGSQL_NUM ); echo $arr [ 0 ] . " <- Row 1 Author\n" ; echo $arr [ 1 ] . " <- Row 1 E-mail\n" ; // r ... ray ( $result , NULL , PGSQL_ASSOC ); echo $arr [ "author" ] . " <- Row 2 Author\n" ; echo $arr [ "email" ] ... ; $arr = pg_fetch_array ( $result ); echo $arr [ "author" ] . " <- Row 3 Author\n" ; echo $arr [ 1 ] . " <- ...
https://man.plustar.jp/php/function.pg-fetch-array.html - [similar]
Creative Commons Attribution 3.0 8247
« 翻訳 索引 » PHP Manual 付録 Creative Commons Attribution 3.0 Creative Commons Attribution 3.0 ... APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBI ... ns You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or ... if the Original Author and/or Licensor designate another party or parties ... (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Origina ...
https://man.plustar.jp/php/cc.license.html - [similar]
現在の要素の子要素を返す 8128
« SimpleXMLIterator::current SimpleXMLIterator::hasChildren » PHP Manual SimpleXMLIterator 現在の ... = <<<XML <books> <book> <title>PHP Basics</title> <author>Jim Smith</author> </book> <book>XML basics</book> ... 'PHP Basics' from the class SimpleXMLIterator The author is 'Jim Smith' from the class SimpleXMLIterator 関 ...
https://man.plustar.jp/php/simplexmliterator.getchildren.html - [similar]
現在の要素が子要素を持つかどうかを調べる 8069
« SimpleXMLIterator::getChildren SimpleXMLIterator::key » PHP Manual SimpleXMLIterator 現在の要素 ... = <<<XML <books> <book> <title>PHP Basics</title> <author>Jim Smith</author> </book> <book>XML basics</book> ... tor)#2 (2) { ["title"]=> string(10) "PHP Basics" ["author"]=> string(9) "Jim Smith" } 関連キーワード: 要素 , ...
https://man.plustar.jp/php/simplexmliterator.haschildren.html - [similar]
PREV 1 2 3 4 5 6 NEXT