検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 466 for 手続き (0.010 sec.)
ドキュメントが XHTML ドキュメントかどうかを示す 4611
« tidy::html tidy::isXml » PHP Manual tidy ドキュメントが XHTML ドキュメントかどうかを示す tidy: ... 明 オブジェクト指向型 public tidy::isXhtml (): bool 手続き型 tidy_is_xhtml ( tidy $tidy ): bool ドキュメントが ... , isXhtml , オブジェクト , 関数 , isXml , public , 手続き , パラメータ , 警告 , Tidylib ...
https://man.plustar.jp/php/tidy.isxhtml.html - [similar]
オブジェクトに関する直近のエラーコードを取得する 4530
« IntlCalendar::getDayOfWeekType IntlCalendar::getErrorMessage » PHP Manual IntlCalendar オブジェ ... public IntlCalendar::getErrorCode (): int | false 手続き型: intlcal_get_error_code ( IntlCalendar $calendar ... ます) に関する ICU エラーコードを返します。 または、(手続き型の場合) calendar に指定された IntlCalendar に関する ... エラーコードはリセットしません。 パラメータ calendar 手続き型のインターフェイスで指定する、カレンダーオブジェク ...
https://man.plustar.jp/php/intlcalendar.geterrorcode.html - [similar]
結果のすべての行を連想配列・数値添字配列あるいはその両方の形式で取得する 4530
« mysqli_result::data_seek mysqli_result::fetch_array » PHP Manual mysqli_result 結果のすべての行 ... esult::fetch_all ( int $mode = MYSQLI_NUM ): array 手続き型 mysqli_fetch_all ( mysqli_result $result , int $m ... は mysqlnd でのみ利用可能でした。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... )\n" , $row [ "Name" ], $row [ "CountryCode" ]); } 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ...
https://man.plustar.jp/php/mysqli-result.fetch-all.html - [similar]
結果セットの次の行を数値添字配列で取得する 4530
« mysqli_result::fetch_object mysqli_result::$field_count » PHP Manual mysqli_result 結果セットの ... mysqli_result::fetch_row (): array | null | false 手続き型 mysqli_fetch_row ( mysqli_result $result ): array ... ルドに PHPの null 値を設定します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... printf ( "%s (%s)\n" , $row [ 0 ], $row [ 1 ]); } 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ...
https://man.plustar.jp/php/mysqli-result.fetch-row.html - [similar]
結果セットにおける現在の行のカラムの長さを返す 4530
« mysqli_result::getIterator mysqli_result::$num_rows » PHP Manual mysqli_result 結果セットにおけ ... オブジェクト指向型 ? array $mysqli_result->lengths ; 手続き型 mysqli_fetch_lengths ( mysqli_result $result ): a ... ラムの長さを含む 配列を返します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... } /* 接続を閉じます */ $mysqli -> close (); ?> 例2 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ...
https://man.plustar.jp/php/mysqli-result.lengths.html - [similar]
直近で実行したステートメントからのエラーの一覧を返す 4530
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... オブジェクト指向型 array $mysqli_stmt->error_list ; 手続き型 mysqli_stmt_error_list ( mysqli_stmt $statement ) ... ートメント関数で発生したエラーです。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ... } /* 接続を閉じます */ $mysqli -> close (); ?> 例2 手続き型 <?php /* 接続を開きます */ $link = mysqli_connect ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
指定したステートメントハンドルの結果を格納したメモリを開放する 4530
« mysqli_stmt::$field_count mysqli_stmt::get_result » PHP Manual mysqli_stmt 指定したステートメン ... クト指向型 public mysqli_stmt::free_result (): void 手続き型 mysqli_stmt_free_result ( mysqli_stmt $statement ... ) によって割り当てられたものです。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ...
https://man.plustar.jp/php/mysqli-stmt.free-result.html - [similar]
直近のクエリの AUTO_INCREMENT カラムで生成した値を返す 4530
« mysqli::init mysqli::kill » PHP Manual mysqli 直近のクエリの AUTO_INCREMENT カラムで生成した値 ... オブジェクト指向型 int | string $mysqli->insert_id ; 手続き型 mysqli_insert_id ( mysqli $mysql ): int | string ... _id() をコールする必要があります。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... table */ $mysqli -> query ( "DROP TABLE myCity" ); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ...
https://man.plustar.jp/php/mysqli.insert-id.html - [similar]
ドキュメントが一般的な XML ドキュメント (非 HTML/XHTML) かどうかを示す 4530
« tidy::isXhtml tidy::parseFile » PHP Manual tidy ドキュメントが一般的な XML ドキュメント (非 HT ... 説明 オブジェクト指向型 public tidy::isXml (): bool 手続き型 tidy_is_xml ( tidy $tidy ): bool ドキュメントが一 ... オブジェクト , 関数 , isXhtml , parseFile , public , 手続き , パラメータ ...
https://man.plustar.jp/php/tidy.isxml.html - [similar]
指定した書式で時刻文字列をパースする 4457
« DateTime::__construct DateTime::createFromImmutable » PHP Manual DateTime 指定した書式で時刻文 ... DateTimeZone $timezone = null ): DateTime | false 手続き型 date_create_from_format ( string $format , string ... と似ていますが、 DateTime オブジェクトを生成します。 手続き型のバージョンは、 DateTime オブジェクトを最初の引数 ...
https://man.plustar.jp/php/datetime.createfromformat.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT