検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 1568 for Name (0.062 sec.)
結果のすべての行を連想配列・数値添字配列あるいはその両方の形式で取得する 2624
« mysqli_result::data_seek mysqli_result::fetch_array » PHP Manual mysqli_result 結果のすべての行 ... , "world" ); $result = $mysqli -> query ( "SELECT Name, CountryCode FROM City ORDER BY ID LIMIT 3" ); $ro ... ( $rows as $row ) { printf ( "%s (%s)\n" , $row [ "Name" ], $row [ "CountryCode" ]); } 手続き型 <?php mysq ... rld" ); $result = mysqli_query ( $mysqli , "SELECT Name, CountryCode FROM City ORDER BY ID LIMIT 3" ); $ro ... ( $rows as $row ) { printf ( "%s (%s)\n" , $row [ "Name" ], $row [ "CountryCode" ]); } 上の例の出力は以下と ...
https://man.plustar.jp/php/mysqli-result.fetch-all.html - [similar]
結果セットの行数を取得する 2624
« mysqli_result::$lengths mysqli_driver » PHP Manual mysqli_result 結果セットの行数を取得する my ... rld" ); $result = $mysqli -> query ( "SELECT Code, Name FROM Country ORDER BY Name" ); /* 結果セットの行数 ... ); $result = mysqli_query ( $link , "SELECT Code, Name FROM Country ORDER BY Name" ); /* 結果セットの行数 ...
https://man.plustar.jp/php/mysqli-result.num-rows.html - [similar]
直近のステートメントのコールに関するエラーコードを返す 2624
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... Country SELECT * FROM Country" ); $query = "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = ... Country SELECT * FROM Country" ); $query = "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]
直近のステートメントのエラー内容を文字列で返す 2624
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... Country SELECT * FROM Country" ); $query = "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = ... Country SELECT * FROM Country" ); $query = "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
クラス定数を取得する 2624
« ReflectionClass::getReflectionConstant ReflectionClass::getShortName » PHP Manual ReflectionCl ... foreach ( $consts as $const ) { print $const -> getName () . "\n" ; } var_dump ( $consts ); ?> 上の例の出力 ... { [0]=> object(ReflectionClassConstant)#3 (2) { ["name"]=> string(3) "FOO" ["class"]=> string(3) "Foo" } ... [1]=> object(ReflectionClassConstant)#4 (2) { ["name"]=> string(3) "BAR" ["class"]=> string(3) "Foo" } ... [2]=> object(ReflectionClassConstant)#5 (2) { ["name"]=> string(3) "BAZ" ["class"]=> string(3) "Foo" } ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstants.html - [similar]
Maps to hl.fl 2624
« SolrQuery::addGroupSortField SolrQuery::addMltField » PHP Manual SolrQuery Maps to hl.fl SolrQ ... generated for a particular field パラメータ field Name of the field 戻り値 Returns the current SolrQuery ... SolrQuery , addHighlightField , should , Returns , Name , パラメータ , particular , generated ...
https://man.plustar.jp/php/solrquery.addhighlightfield.html - [similar]
DTD タグ全体を書き込む 2624
« XMLWriter::writeComment XMLWriter::writeDtdAttlist » PHP Manual XMLWriter DTD タグ全体を書き込 ... ジェクト指向型 public XMLWriter::writeDtd ( string $name , ? string $publicId = null , ? string $systemId = ... xmlwriter_write_dtd ( XMLWriter $writer , string $name , ? string $publicId = null , ? string $systemId = ... r_open_memory() を呼び出すことで取得したものです。 name DTD 名。 publicId 外部サブセットの公開識別子。 sys ...
https://man.plustar.jp/php/xmlwriter.writedtd.html - [similar]
The has purpose 2624
« Yaf_Session::getInstance Yaf_Session::__isset » PHP Manual Yaf_Session The has purpose Yaf_Ses ... has purpose 説明 public Yaf_Session::has ( string $name ): void 警告 この関数は、 現在のところ詳細な情報は ... ん。引数のリストのみが 記述されています。 パラメータ name 戻り値 関連キーワード: purpose , Yaf , Session , g ...
https://man.plustar.jp/php/yaf-session.has.html - [similar]
The offsetExists purpose 2624
« Yaf_Session::next Yaf_Session::offsetGet » PHP Manual Yaf_Session The offsetExists purpose Yaf ... se 説明 public Yaf_Session::offsetExists ( string $name ): void 警告 この関数は、 現在のところ詳細な情報は ... ん。引数のリストのみが 記述されています。 パラメータ name 戻り値 関連キーワード: offsetExists , purpose , Ya ...
https://man.plustar.jp/php/yaf-session.offsetexists.html - [similar]
The offsetGet purpose 2624
« Yaf_Session::offsetExists Yaf_Session::offsetSet » PHP Manual Yaf_Session The offsetGet purpos ... rpose 説明 public Yaf_Session::offsetGet ( string $name ): void 警告 この関数は、 現在のところ詳細な情報は ... ん。引数のリストのみが 記述されています。 パラメータ name 戻り値 関連キーワード: offsetGet , purpose , Yaf , ...
https://man.plustar.jp/php/yaf-session.offsetget.html - [similar]