検索

phrase: max: clip:
target: order:
Results of 421 - 430 of about 1114 for from (0.037 sec.)
メールボックスの名前を変更する 2812
« imap_rename imap_reopen » PHP Manual IMAP 関数 メールボックスの名前を変更する imap_renamemailb ... ap_renamemailbox ( IMAP\Connection $imap , string $from , string $to ): bool この関数は、古いメールボックス ... ラメータ imap IMAP\Connection クラスのインスタンス。 from 古いメールボックス名。詳細は imap_open() を参照くだ ...
https://man.plustar.jp/php/function.imap-renamemailbox.html - [similar]
Construct a new UTCDateTime 2812
« MongoDB\BSON\UTCDateTime MongoDB\BSON\UTCDateTime::jsonSerialize » PHP Manual MongoDB\BSON\UTC ... milliseconds since the Unix epoch will be derived from that value. Note that in versions of PHP versions ... DateTime and DateTimeImmutable objects constructed from the current time did not incorporate sub-second pr ...
https://man.plustar.jp/php/mongodb-bson-utcdatetime.construct.html - [similar]
プレースホルダーに値をバインドする 2812
« mysql_xdevapi\CollectionRemove CollectionRemove::__construct » PHP Manual mysql_xdevapi\Collec ... () の例 <?php $res = $coll -> remove ( 'age > :age_from and age < :age_to' )-> bind ([ 'age_from' => 20 , ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.bind.html - [similar]
ステートメントの実行 2812
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... ), (3)" ); $result = $mysqli -> query ( "SELECT id FROM test ORDER BY id ASC" ); echo "Reverse order...\n" ... を操作する <?php $mysqli -> real_query ( "SELECT id FROM test ORDER BY id ASC" ); $result = $mysqli -> use_ ... ); $result = $mysqli -> query ( "SELECT id, label FROM test WHERE id = 1" ); $row = $result -> fetch_asso ... ); $result = $mysqli -> query ( "SELECT id, label FROM test WHERE id = 1" ); $row = $result -> fetch_asso ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
実行中のジェネレータのトレースを取得する 2812
« ReflectionGenerator::getThis ReflectionFiber » PHP Manual ReflectionGenerator 実行中のジェネレ ... ction foo () { yield 1 ; } function bar () { yield from foo (); } function baz () { yield from bar (); } $ ...
https://man.plustar.jp/php/reflectiongenerator.gettrace.html - [similar]
クエリを実行し、単一の結果を返す 2812
« SQLite3::query SQLite3::setAuthorizer » PHP Manual SQLite3 クエリを実行し、単一の結果を返す SQ ... ; var_dump ( $db -> querySingle ( 'SELECT username FROM user WHERE userid=1' )); print_r ( $db -> querySin ... gle ( 'SELECT username, email FROM user WHERE userid=1' , true )); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/sqlite3.querysingle.html - [similar]
Return the number of rows affected by the last SQL statement 2789
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... q_identifier Request Identifier, could be returned from either cubrid_prepare() or cubrid_execute() . If t ... ( $conn ); $req = cubrid_execute ( $conn , "DELETE FROM cubrid_test WHERE d='php-test'" , CUBRID_ASYNC ); ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
非同期クエリを取り消す 2789
« pg_affected_rows pg_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを取り消す pg_can ... ( $dbconn )) { pg_send_query ( $dbconn , "select * from authors; select count(*) from authors;" ); } $res1 ...
https://man.plustar.jp/php/function.pg-cancel-query.html - [similar]
接続しているかどうかによらず、ソケットからデータを受信する 2789
« socket_recv socket_recvmsg » PHP Manual ソケット 関数 接続しているかどうかによらず、ソケットか ... らデータを受信する socket_recvfrom (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_recvf ... よらず、ソケットからデータを受信する 説明 socket_recvfrom ( Socket $socket , string &$data , int $length , i ... ress , int &$port = null ): int | false socket_recvfrom() 関数は、 ポート port ( AF_UNIX 型のソケットである ... th バイトのデータを data に格納します。 socket_recvfrom() は、 接続済みのソケットだけでなく接続していないソ ...
https://man.plustar.jp/php/function.socket-recvfrom.html - [similar]
Makes the next result of the specified statement active 2789
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... h query that inserts into a table and then selects from the table. This produces two results on the statem ... ERT INTO Table_1 (id, data) VALUES (?,?); SELECT * FROM TABLE_1;" ; $params = array( 1 , "some data" ); $s ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]