検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 274 for row (0.042 sec.)
プリペアドステートメントを実行する 5657
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... _fetch_array() を使用します。 あるいは、 db2_fetch_row() を使用して 結果セットポインタを次の行に移動させ、 ... " , DB2_PARAM_IN ); db2_execute ( $stmt ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $row -> ... CID $row -> NAME $row -> PHONE \n" ); } } db2_close ( $conn ... " , DB2_PARAM_IN ); db2_execute ( $stmt ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $row -> ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
クエリの次の行をオブジェクトとして返す 5569
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... on FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_object ( $stid )) != false ) { // 標準 ... ラム それぞれに対して大文字の属性名を使います echo $row -> ID . "<br>\n" ; echo $row -> DESCRIPTION . "<br ... n" FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_object ( $stid )) != false ) { // 標準 ... ラム それぞれに対して大文字の属性名を使います echo $row -> ID . "<br>\n" ; // 文字の大小を区別するカラム名 ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]
手続き型とオブジェクト指向インターフェイス 5540
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェ ... sion for new development. ' AS _msg FROM DUAL" ); $row = mysqli_fetch_assoc ( $result ); echo $row [ '_ms ... xtension instead.' AS _msg FROM DUAL" , $mysql ); $row = mysql_fetch_assoc ( $result ); echo $row [ '_msg ... "SELECT 'A world full of ' AS _msg FROM DUAL" ); $row = mysqli_fetch_assoc ( $result ); echo $row [ '_ms ... oices to please everybody.' AS _msg FROM DUAL" ); $row = $result -> fetch_assoc (); echo $row [ '_msg' ]; ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
Get the current row. 5540
« Swoole\Table::create Swoole\Table::decr » PHP Manual Swoole\Table Get the current row. Swoole\ ... >= 1.9.0) Swoole\Table::current — Get the current row. 説明 public Swoole\Table::current (): array パラメ ... ラメータはありません。 戻り値 関連キーワード: Get , row , Swoole , Table , the , パラメータ , create , dec ...
https://man.plustar.jp/php/swoole-table.current.html - [similar]
Iterator the next row. 5540
« Swoole\Table::key Swoole\Table::rewind » PHP Manual Swoole\Table Iterator the next row. Swoole ... e >= 1.9.0) Swoole\Table::next — Iterator the next row. 説明 public Swoole\Table::next (): ReturnType パラ ... ラメータはありません。 戻り値 関連キーワード: next , row , Swoole , Table , the , パラメータ , key , rewind ...
https://man.plustar.jp/php/swoole-table.next.html - [similar]
廃止された関数。oci_fetch_array や oci_fetch_object、 oci_fetch_assoc、 oci_fetc... 5520
« ocifetch ocifetchstatement » PHP Manual OCI8 廃止されたエイリアスと関数 廃止された関数。oci_fe ... や oci_fetch_object、 oci_fetch_assoc、 oci_fetch_row の変種 ocifetchinto (PHP 4, PHP 5, PHP 7, PHP 8, P ... i_fetch_object() 、 oci_fetch_assoc() 、 oci_fetch_row() の変種 説明 oci_fetch_array() や oci_fetch_objec ... t() 、 oci_fetch_assoc() 、 oci_fetch_row() の変種です。 警告 このエイリアスは PHP 5.4.0 で ... ワード: fetch , oci , 廃止 , 関数 , array , assoc , row , 変種 , OCI , ocifetchinto ...
https://man.plustar.jp/php/function.ocifetchinto.html - [similar]
Get the key of current row. 5520
« Swoole\Table::incr Swoole\Table::next » PHP Manual Swoole\Table Get the key of current row. Sw ... 1.9.0) Swoole\Table::key — Get the key of current row. 説明 public Swoole\Table::key (): string パラメー ... タはありません。 戻り値 関連キーワード: key , Get , row , Swoole , Table , the , of , パラメータ , incr , ...
https://man.plustar.jp/php/swoole-table.key.html - [similar]
Check current if the current row is valid. 5491
« Swoole\Table::set Swoole\Timer » PHP Manual Swoole\Table Check current if the current row is v ... Swoole\Table::valid — Check current if the current row is valid. 説明 public Swoole\Table::valid (): bool ... ありません。 戻り値 関連キーワード: valid , Check , row , Swoole , the , Table , パラメータ , Timer , swoo ...
https://man.plustar.jp/php/swoole-table.valid.html - [similar]
DOMDocument オブジェクト内の XIncludes を置換する 5462
« DOMDocument::validate DOMDocumentFragment » PHP Manual DOMDocument DOMDocument オブジェクト内の ... "> <title>Books of the other guy..</title> <para> <row xml:base="/home/didou/book.xml"> <entry>The Grapes ... try> <entry>en</entry> <entry>0140186409</entry> </row> <row xml:base="/home/didou/book.xml"> <entry>The ... try> <entry>en</entry> <entry>014017737X</entry> </row> <row xml:base="/home/didou/book.xml"> <entry>Sama ... try> <entry>fr</entry> <entry>2253051209</entry> </row> </para> </chapter> 関連キーワード: entry , DOMDoc ...
https://man.plustar.jp/php/domdocument.xinclude.html - [similar]
Send a CUBRID query 5462
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... ables, to access the returned data. Use cubrid_num_rows() to find out how many rows were returned for a S ... ELECT statement or cubrid_affected_rows() to find out how many rows were affected by a DE ... ubrid_result(), cubrid_fetch_array(), cubrid_fetch_row(), etc. while ( $row = cubrid_fetch_assoc ( $resul ... t )) { echo $row [ 'firstname' ]; echo $row [ 'lastname' ]; echo $r ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT