検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 54 for author (0.003 sec.)
Get SeasLog version. 7846
« seaslog_get_author SeasLog » PHP Manual Seaslog 関数 Get SeasLog version. seaslog_get_version ... Log , Get , seaslog , string , 関数 , パラメータ , author , Seaslog , Return ...
https://man.plustar.jp/php/function.seaslog-get-version.html - [similar]
Seaslog 7431
« 変更履歴 はじめに » PHP Manual その他の基本モジュール Seaslog Seaslog はじめに インストール/設 ... リソース型 定義済み定数 例 Seaslog 関数 seaslog_get_author — Get SeasLog author. seaslog_get_version — Get Se ...
https://man.plustar.jp/php/book.seaslog.html - [similar]
フォーマット文字列に基づき入力を処理する 7372
« sprintf str_contains » PHP Manual String 関数 フォーマット文字列に基づき入力を処理する sscanf ... 2 sscanf() - オプションパラメータの使用法 <?php // author 情報を取得し、DocBook エントリを生成 $auth = "24\t ... uth , "%d\t%s %s" , $id , $first , $last ); echo "<author id=' $id '> <firstname> $first </firstname> <surna ... me> $last </surname> </author>\n" ; ?> 参考 printf() - フォーマット済みの文字列を ...
https://man.plustar.jp/php/function.sscanf.html - [similar]
Returns the status of working copy files and directories 7327
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... ision of last commit. (Unaffected by update .) cmt_author String author of last commit. (Unaffected by updat ... led [cmt_date] => 1165543135 [cmt_rev] => 120 [cmt_author] => Alice [prop_time] => 1180201728 [text_time] => ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
指定されたフィールドのフィールド番号を返す 7209
« pg_field_name pg_field_prtlen » PHP Manual PostgreSQL 関数 指定されたフィールドのフィールド番号 ... ot connect" ); $res = pg_query ( $dbconn , "select author, year, title from authors where author = 'Orwell'" ...
https://man.plustar.jp/php/function.pg-field-num.html - [similar]
数値添字の配列として行を得る 7149
« pg_fetch_result pg_field_is_null » PHP Manual PostgreSQL 関数 数値添字の配列として行を得る pg_ ... \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" ...
https://man.plustar.jp/php/function.pg-fetch-row.html - [similar]
フィールドの名前を返す 7149
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... 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-name.html - [similar]
指定したフィールドの内部記憶領域におけるサイズを返す 7149
« pg_field_prtlen pg_field_table » PHP Manual PostgreSQL 関数 指定したフィールドの内部記憶領域に ... 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-size.html - [similar]
SQL NOTIFY メッセージを取得する 7149
« pg_free_result pg_get_pid » PHP Manual PostgreSQL 関数 SQL NOTIFY メッセージを取得する pg_get_ ... rror occurred.\n" ; exit; } // 他のプロセスからの 'author_updated' メッセージを監視する pg_query ( $conn , ' ... LISTEN author_updated;' ); $notify = pg_get_notify ( $conn ); if ...
https://man.plustar.jp/php/function.pg-get-notify.html - [similar]
ファイル上のすべてのメタタグ情報を配列に展開する 7090
« get_headers http_build_query » PHP Manual URL 関数 ファイル上のすべてのメタタグ情報を配列に展開 ... 1 get_meta_tags() が何をパースするのか <meta name="author" content="name"> <meta name="keywords" content="ph ... 置換されていることに注目してください。 echo $tags [ 'author' ]; // name echo $tags [ 'keywords' ]; // php docu ...
https://man.plustar.jp/php/function.get-meta-tags.html - [similar]
PREV 1 2 3 4 5 6 NEXT