検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 466 for 手続き (0.079 sec.)
オブジェクトの直近のエラーメッセージを取得する 4221
« IntlCalendar::getErrorCode IntlCalendar::getFirstDayOfWeek » PHP Manual IntlCalendar オブジェク ... c IntlCalendar::getErrorMessage (): string | false 手続き型: intlcal_get_error_message ( IntlCalendar $calend ... ッセージを含む文字列を返します。 パラメータ calendar 手続き型のインターフェイスで指定する、カレンダーオブジェク ...
https://man.plustar.jp/php/intlcalendar.geterrormessage.html - [similar]
結果の任意の行にポインタを移動する 4221
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... lic mysqli_result::data_seek ( int $offset ): bool 手続き型 mysqli_data_seek ( mysqli_result $result , int $o ... offset にポインタを移動します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... : %s Countrycode: %s\n" , $row [ 0 ], $row [ 1 ]); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
結果セットの次の行を連想配列・数値添字配列あるいはその両方の形式で取得する 4221
« mysqli_result::fetch_all mysqli_result::fetch_assoc » PHP Manual mysqli_result 結果セットの次の ... ( int $mode = MYSQLI_BOTH ): array | null | false 手続き型 mysqli_fetch_array ( mysqli_result $result , int ... ルドに PHPの null 値を設定します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... "%s (%s)\n" , $row [ 0 ], $row [ "CountryCode" ]); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ...
https://man.plustar.jp/php/mysqli-result.fetch-array.html - [similar]
結果セットの次の行を連想配列で取得する 4221
« mysqli_result::fetch_array mysqli_result::fetch_column » PHP Manual mysqli_result 結果セットの ... ysqli_result::fetch_assoc (): array | null | false 手続き型 mysqli_fetch_assoc ( mysqli_result $result ): arr ... ルドに PHPの null 値を設定します。 パラメータ 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-assoc.html - [similar]
結果セットの次の行を取得し、オブジェクトとして返す 4221
« mysqli_result::fetch_fields mysqli_result::fetch_row » PHP Manual mysqli_result 結果セットの次 ... ay $constructor_args = [] ): object | null | false 手続き型 mysqli_fetch_object ( mysqli_result $result , str ... ルドに PHPの null 値を設定します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... (%s)\n" , $obj -> Name , $obj -> CountryCode ); } 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ...
https://man.plustar.jp/php/mysqli-result.fetch-object.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 4221
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... 型 public mysqli::autocommit ( bool $enable ): bool 手続き型 mysqli_autocommit ( mysqli $mysql , bool $enable ... SELECT @@autocommit を使用します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... n ) { $mysqli -> rollback (); throw $exception ; } 手続き型 <?php /* Tell mysqli to throw an exception if an ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
指定されたデータベース接続のユーザー名を変更する 4221
« mysqli::begin_transaction mysqli::character_set_name » PHP Manual mysqli 指定されたデータベース ... me , string $password , ? string $database ): bool 手続き型 mysqli_change_user ( mysqli $mysql , string $user ... ントユーザーの 認証が継続されます。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... (); } /* 接続を閉じます */ $mysqli -> close (); ?> 手続き型 <?php /* データベース test に接続します */ $link ...
https://man.plustar.jp/php/mysqli.change-user.html - [similar]
実行するための SQL文 を準備する 4221
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... li::prepare ( string $query ): mysqli_stmt | false 手続き型 mysqli_prepare ( mysqli $mysql , string $query ): ... ン変数にバインドする必要があります。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ( "%s is in district %s\n" , $city , $district ); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
SSL を使用したセキュアな接続を確立する 4221
« mysqli::$sqlstate mysqli::stat » PHP Manual mysqli SSL を使用したセキュアな接続を確立する mysq ... ? string $ca_path , ? string $cipher_algos ): bool 手続き型 mysqli_ssl_set ( mysqli $mysql , ? string $key , ... 効になっていない場合は何もしません。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ...
https://man.plustar.jp/php/mysqli.ssl-set.html - [similar]
Rar アーカイブをクローズし、全リソースを開放する 4221
« RarArchive RarArchive::getComment » PHP Manual RarArchive Rar アーカイブをクローズし、全リソー ... 指向型 (メソッド) public RarArchive::close (): bool 手続き型: rar_close ( RarArchive $rarfile ): bool Rar アー ... hp_rar\trunk\tests\latest_winrar.rar" (closed) 例2 手続き型 <?php $rar_arch = rar_open ( 'latest_winrar.rar' ...
https://man.plustar.jp/php/rararchive.close.html - [similar]