検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 54 for author (0.025 sec.)
行を連想配列として取得する 7090
« pg_fetch_array pg_fetch_object » PHP Manual PostgreSQL 関数 行を連想配列として取得する pg_fetc ... ; exit; } $result = pg_query ( $conn , "SELECT id, author, email FROM authors" ); if (! $result ) { echo "An ... oc ( $result )) { echo $row [ 'id' ]; echo $row [ 'author' ]; echo $row [ 'email' ]; } ?> 参考 pg_fetch_row( ...
https://man.plustar.jp/php/function.pg-fetch-assoc.html - [similar]
表示される長さを返す 7090
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... ect" ); $res = pg_query ( $dbconn , "select * from authors where author = 'Orwell'" ); $i = pg_num_fields ( ... 上の例の出力は以下となります。 column 0 fieldname: author printed length: 6 characters storage length: -1 by ...
https://man.plustar.jp/php/function.pg-field-prtlen.html - [similar]
行をオブジェクトとして得る 7031
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... g_query ( $db_conn , "SELECT * FROM books ORDER BY author" ); while ( $data = pg_fetch_object ( $qu )) { ech ... o $data -> author . " (" ; echo $data -> year . "): " ; echo $data - ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
クライアントのエンコーディングを設定する 7031
« pg_send_query pg_set_error_verbosity » PHP Manual PostgreSQL 関数 クライアントのエンコーディン ... "UNICODE" ); $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" ...
https://man.plustar.jp/php/function.pg-set-client-encoding.html - [similar]
指定したリポジトリ URL のコミットログメッセージを返す 6971
« svn_import svn_ls » PHP Manual SVN 関数 指定したリポジトリ URL のコミットログメッセージを返す ... ポジトリから順に並びます) ( [rev] => リビジョン番号 [author] => コミットした人の名前 [msg] => ログメッセージ [ ... ようになります。 Array ( [0] => Array ( [rev] => 23 [author] => 'joe' [msg] => 'チーズとサラミをサンドイッチに ...
https://man.plustar.jp/php/function.svn-log.html - [similar]
定義済み定数 6971
« リソース型 SVN 関数 » PHP Manual SVN 定義済み定数 定義済み定数 以下の定数が定義されています。 ... ATE ( string ) svn:original-date SVN_PROP_REVISION_AUTHOR ( string ) svn:author SVN_PROP_REVISION_LOG ( stri ...
https://man.plustar.jp/php/svn.constants.html - [similar]
ILL リクエストパッケージを関して Z39.50 Item Order を準備する 6912
« yaz_hits yaz_present » PHP Manual YAZ 関数 ILL リクエストパッケージを関して Z39.50 Item Order ... fier item-id,item-type item-id,call-number item-id,author item-id,title item-id,sub-title item-id,sponsoring ... date item-id,publication-date-of-component item-id,author-of-article item-id,title-of-article item-id,pagina ...
https://man.plustar.jp/php/function.yaz-itemorder.html - [similar]
6808
« 定義済み定数 DOMAttr » PHP Manual DOM 例 例 このリファレンスの多くの例で、XMLファイルが必要です ... ols="4"> <thead> <row> <entry>Title</entry> <entry>Author</entry> <entry>Language</entry> <entry>ISBN</entry ...
https://man.plustar.jp/php/dom.examples.html - [similar]
ファイルの SVN blame を取得する 6808
« svn_auth_set_parameter svn_cat » PHP Manual SVN 関数 ファイルの SVN blame を取得する svn_blame ... ay ( [rev] = 1 [line_no] = 1 [line] = Hello World [author] = joesmith [date] = 2007-07-02T05:51:26.628396Z ) ...
https://man.plustar.jp/php/function.svn-blame.html - [similar]
新しいトランザクションを作成する 6808
« svn_repos_create svn_repos_fs_commit_txn » PHP Manual SVN 関数 新しいトランザクションを作成する ... _for_commit ( resource $repos , int $rev , string $author , string $log_msg ): resource 警告 この関数は、 現 ...
https://man.plustar.jp/php/function.svn-repos-fs-begin-txn-for-commit.html - [similar]
PREV 1 2 3 4 5 6 NEXT