検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 306 for first (0.009 sec.)
結果セットの次行から単一カラムを返す 5371
« PDOStatement::fetchAll PDOStatement::fetchObject » PHP Manual PDOStatement 結果セットの次行から ... OM fruit" ); $sth -> execute (); print( "Fetch the first column from the first row in the result set:\n" ); ... \n" ); ?> 上の例の出力は以下となります。 Fetch the first column from the first row in the result set: name ...
https://man.plustar.jp/php/pdostatement.fetchcolumn.html - [similar]
RecursiveIteratorIterator を作成する 5334
« RecursiveIteratorIterator::callHasChildren RecursiveIteratorIterator::current » PHP Manual Rec ... だけを取り上げます。 RecursiveIteratorIterator::SELF_FIRST - イテレーションで葉と親を (親から先に) 取り上げま ... す。 RecursiveIteratorIterator::CHILD_FIRST - イテレーションで葉と親を (葉から先に) 取り上げま ... > leaf-0-0 $mode = RecursiveIteratorIterator::SELF_FIRST の場合の出力 0 => Array 0 => Array 0 => Array 0 => ... leaf-0-0 $mode = RecursiveIteratorIterator::CHILD_FIRST の場合の出力 0 => leaf-0-0-0-0 1 => leaf-0-0-0-1 0 ...
https://man.plustar.jp/php/recursiveiteratoriterator.construct.html - [similar]
The Sequence interface 5240
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface Th ... ublic find ( mixed $value ): mixed abstract public first (): mixed abstract public get ( int $index ): mixe ... nd — Attempts to find a value's index Ds\Sequence::first — Returns the first value in the sequence Ds\Seque ... index Ds\Sequence::shift — Removes and returns the first value Ds\Sequence::slice — Returns a sub-sequence ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 5240
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... 'Week number of the given year, starting with the first Sunday as the first week' , 'V' => 'ISO-8601:1988 ... week number of the given year, starting with the first week of the year with at least 4 weekdays, with Mo ... ntation of the week of the year, starting with the first Monday as the first week' , 'X' => 'Preferred time ... ( Week number of the given year, starting with the first Sunday as the first week ) Known format : 'W' = '4 ...
https://man.plustar.jp/php/function.strftime.html - [similar]
クォートを追加する 5240
« Session::listClients Session::releaseSavepoint » PHP Manual mysql_xdevapi\Session クォートを追 ... etSession ( "mysqlx://user:password@localhost" ); $first = "MySQL's test" ; var_dump ( $first ); var_dump ( ... $session -> quoteName ( $first )); $second = 'Another `test` "like" `this`' ; var ...
https://man.plustar.jp/php/mysql-xdevapi-session.quotename.html - [similar]
Rar アーカイブをオープンする 5240
« RarArchive::isSolid RarArchive::setAllowBroken » PHP Manual RarArchive Rar アーカイブをオープン ... (); if ( $stream === FALSE ) die( "Failed opening first file" ); $rar_arch -> close (); echo "Content of f ... えば以下のようになります。 Found 2 files. Content of first one follows: Encrypted file 1 contents. 例2 手続き ... (); if ( $stream === FALSE ) die( "Failed opening first file" ); rar_close ( $rar_arch ); echo "Content of ... first one follows:\n" ; echo stream_get_contents ( $stre ...
https://man.plustar.jp/php/rararchive.open.html - [similar]
Execute a prepared SQL statement 5202
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... are applied: The return value is the result of the first query. If an error occurs in any query, the execut ... an be obtained using cubrid_next_result() . If the first argument is request_identifier to execute the cubr ... Request identifier, when process is successful and first param is conn_identifier; true , when process is s ... uccessful and first argument is request_identifier,失敗した場合に fals ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
The Vector class 5155
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vec ... \Vector public find ( mixed $value ): mixed public first (): mixed public get ( int $index ): mixed public ... find — Attempts to find a value's index Ds\Vector::first — Returns the first value in the vector Ds\Vector: ... n index Ds\Vector::shift — Removes and returns the first value Ds\Vector::slice — Returns a sub-vector of a ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
利用可能なDSNについての情報を返す 5155
« odbc_cursor odbc_do » PHP Manual ODBC 関数 利用可能なDSNについての情報を返す odbc_data_source ... fetch_type fetch_type は次のふたつの定数 SQL_FETCH_FIRST , SQL_FETCH_NEXT のうちのどちらかです。 この関数を ... 最初にコールする際には SQL_FETCH_FIRST を、それ以降は SQL_FETCH_NEXT を使用します。 戻り値 ... ; $dsn_info = odbc_data_source ( $conn , SQL_FETCH_FIRST ); while ( $dsn_info ) { print_r ( $dsn_info ); $d ...
https://man.plustar.jp/php/function.odbc-data-source.html - [similar]
The Deque class 5108
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... s\Deque public find ( mixed $value ): mixed public first (): mixed public get ( int $index ): mixed public ... :find — Attempts to find a value's index Ds\Deque::first — Returns the first value in the deque Ds\Deque::g ... en index Ds\Deque::shift — Removes and returns the first value Ds\Deque::slice — Returns a sub-deque of a g ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT