検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 158 for errors (0.018 sec.)
Begins a database transaction 5552
« SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_ ... o ); if( $conn === false ) { die( print_r ( sqlsrv_errors (), true )); } /* Begin the transaction. */ if ( s ... tion ( $conn ) === false ) { die( print_r ( sqlsrv_errors (), true )); } /* Initialize parameter values. */ ...
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html - [similar]
Commits a transaction that was begun with sqlsrv_begin_transaction 5552
« sqlsrv_close sqlsrv_configure » PHP Manual SQLSRV 関数 Commits a transaction that was begun wi ... o ); if( $conn === false ) { die( print_r ( sqlsrv_errors (), true )); } /* Begin the transaction. */ if ( s ... tion ( $conn ) === false ) { die( print_r ( sqlsrv_errors (), true )); } /* Initialize parameter values. */ ...
https://man.plustar.jp/php/function.sqlsrv-commit.html - [similar]
ドメイン名をIDNAのASCII形式に変換する 5506
« IDN 関数 idn_to_utf8 » PHP Manual IDN 関数 ドメイン名をIDNAのASCII形式に変換する idn_to_ascii ... には 'result' 、 'isTransitionalDifferent' 、そして 'errors' の三つのキーを含む配列が入ります。 'result' にはお ... 結果を変更したかどうかをあらわす boolean 値、そして 'errors' はエラー定数 IDNA_ERROR_* のビットセットを表します ...
https://man.plustar.jp/php/function.idn-to-ascii.html - [similar]
新規メールボックスへの IMAP ストリームを再度オープンする 5506
« imap_renamemailbox imap_rfc822_parse_adrlist » PHP Manual IMAP 関数 新規メールボックスへの IMA ... name" , "password" ) or die( implode ( ", " , imap_errors ())); // ... imap_reopen ( $mbox , "{imap.example. ... rg:143}INBOX.Sent" ) or die( implode ( ", " , imap_errors ())); // .. ?> 関連キーワード: オープン , メールボ ...
https://man.plustar.jp/php/function.imap-reopen.html - [similar]
Prepares and executes a query 5506
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... o ); if( $conn === false ) { die( print_r ( sqlsrv_errors (), true )); } $sql = "INSERT INTO Table_1 (id, da ... s ); if( $stmt === false ) { die( print_r ( sqlsrv_errors (), true )); } ?> 注意 For statements that you pla ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
新しい tidy オブジェクトを作成する 5506
« tidy::cleanRepair tidy::diagnose » PHP Manual tidy 新しい tidy オブジェクトを作成する tidy::__ ... if ( $tidy -> errorBuffer ) { echo "The following errors were detected:\n" ; echo $tidy -> errorBuffer ; } ... ?> 上の例の出力は以下となります。 The following errors were detected: line 8 column 14 - Error: <bt> is n ...
https://man.plustar.jp/php/tidy.construct.html - [similar]
Retrieves the next row of data in a result set as an object 5449
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... o ); if( $conn === false ) { die( print_r ( sqlsrv_errors (), true )); } $sql = "SELECT fName, lName FROM Ta ... l ); if( $stmt === false ) { die( print_r ( sqlsrv_errors (), true )); } // Retrieve each row as an object. ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
新しいメールボックスを作る 5402
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... ew mailbox failed: " . implode ( "<br />\n" , imap_errors ()) . "<br />\n" ; } } else { echo "could not crea ... te new mailbox: " . implode ( "<br />\n" , imap_errors ()) . "<br />\n" ; } imap_close ( $mbox ); ?> 参考 ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
The ZMQPoll class 5356
« ZMQSocket::unbind ZMQPoll::add » PHP Manual 0MQ messaging The ZMQPoll class The ZMQPoll class ... ear (): ZMQPoll public count (): int public getLastErrors (): array public poll ( array &$readable , array & ... ount — Count items in the poll set ZMQPoll::getLastErrors — Get poll errors ZMQPoll::poll — Poll the items Z ... t , item , array , items , remove , count , getLastErrors ...
https://man.plustar.jp/php/class.zmqpoll.html - [similar]
新しい DateTimeImmutable オブジェクトを返す 5356
« DateTimeImmutable::add DateTimeImmutable::createFromFormat » PHP Manual DateTimeImmutable 新し ... '2000-01-01' ); if (! $date ) { $e = date_get_last_errors (); foreach ( $e [ 'errors' ] as $error ) { echo " ...
https://man.plustar.jp/php/datetimeimmutable.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT