検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 466 for 手続き (0.007 sec.)
MySQL サーバーのバージョンを返す 5555
« mysqli::$protocol_version mysqli::$server_version » PHP Manual mysqli MySQL サーバーのバージョ ... r_info ; public mysqli::get_server_info (): string 手続き型 mysqli_get_server_info ( mysqli $mysql ): string ... バーのバージョンを文字列で返します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... fo ); /* 接続を閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... server , バージョン , info , サーバー , version , 手続き , string , 整数 , public ...
https://man.plustar.jp/php/mysqli.get-server-info.html - [similar]
Starts a transaction 5555
« Stomp::ack Stomp::commit » PHP Manual Stomp Starts a transaction Stomp::begin stomp_begin (PEC ... tring $transaction_id , array $headers = ? ): bool 手続き型: stomp_begin ( resource $link , string $transacti ... = ? ): bool Starts a transaction. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ID。 tra ... ード: Starts , a , 追加 , commit , string , array , 手続き , ヘッダ , ヒント , 受領 ...
https://man.plustar.jp/php/stomp.begin.html - [similar]
Removes an existing subscription 5555
« Stomp::subscribe StompFrame » PHP Manual Stomp Removes an existing subscription Stomp::unsubsc ... ( string $destination , array $headers = ? ): bool 手続き型: stomp_unsubscribe ( resource $link , string $des ... Removes an existing subscription. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ID。 des ... ting , unsubscribe , destination , 追加 , ヘッダ , 手続き , string , array ...
https://man.plustar.jp/php/stomp.unsubscribe.html - [similar]
直近で実行したコマンドからのエラーの一覧を返す 5482
« mysqli::$errno mysqli::$error » PHP Manual mysqli 直近で実行したコマンドからのエラーの一覧を返 ... 説明 オブジェクト指向型 array $mysqli->error_list ; 手続き型 mysqli_error_list ( mysqli $mysql ): array エラー ... i 関数コールで発生したエラーです。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ); } /* 接続を閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... 実行 , コマンド , list , 一覧 , errno , sqlstate , 手続き ...
https://man.plustar.jp/php/mysqli.error-list.html - [similar]
MySQL サーバーのバージョンを整数値で返す 5482
« mysqli::$server_info mysqli::get_warnings » PHP Manual mysqli MySQL サーバーのバージョンを整数 ... 明 オブジェクト指向型 int $mysqli->server_version ; 手続き型 mysqli_get_server_version ( mysqli $mysql ): int ... ーの バージョンを整数値で返します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... on ); /* 接続を閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... ジョン , version , サーバー , 整数 , server , info , 手続き , int , minor ...
https://man.plustar.jp/php/mysqli.get-server-version.html - [similar]
リフレッシュする 5482
« mysqli::reap_async_query mysqli::release_savepoint » PHP Manual mysqli リフレッシュする mysqli ... ト指向型 public mysqli::refresh ( int $flags ): bool 手続き型 mysqli_refresh ( mysqli $mysql , int $flags ): bo ... ンサーバー情報のリセットを行います。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ュ , refresh , flags , 定数 , 参照 , ドキュメント , 手続き , int , Refresh ...
https://man.plustar.jp/php/mysqli.refresh.html - [similar]
トランザクションのセーブポイントを設定する 5482
« mysqli::rollback mysqli::select_db » PHP Manual mysqli トランザクションのセーブポイントを設定す ... 向型 public mysqli::savepoint ( string $name ): bool 手続き型: mysqli_savepoint ( mysqli $mysql , string $name ... ame`"); を実行することと同等です。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ト , トランザクション , 設定 , savepoint , string , 手続き , オブジェクト , 名前 , release ...
https://man.plustar.jp/php/mysqli.savepoint.html - [similar]
Registers to listen to a given destination 5482
« Stomp::setReadTimeout Stomp::unsubscribe » PHP Manual Stomp Registers to listen to a given des ... ( string $destination , array $headers = ? ): bool 手続き型: stomp_subscribe ( resource $link , string $desti ... to listen to a given destination. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ID。 des ... , Registers , given , listen , subscribe , 追加 , 手続き , ヘッダ , string , array ...
https://man.plustar.jp/php/stomp.subscribe.html - [similar]
タイムゾーンの位置情報を返す 5400
« DateTimeZone::__construct DateTimeZone::getName » PHP Manual DateTimeZone タイムゾーンの位置情 ... public DateTimeZone::getLocation (): array | false 手続き型 timezone_location_get ( DateTimeZone $object ): a ... 緯度/経度、コメント) を返します。 パラメータ object 手続き型のみ: timezone_open() が返す DateTimeZone オブジェ ... ongitude , latitude , country , comments , array , 手続き ...
https://man.plustar.jp/php/datetimezone.getlocation.html - [similar]
プリペアドステートメントを閉じる 5400
« mysqli_stmt::bind_result mysqli_stmt::__construct » PHP Manual mysqli_stmt プリペアドステートメ ... ブジェクト指向型 public mysqli_stmt::close (): bool 手続き型 mysqli_stmt_close ( mysqli_stmt $statement ): boo ... セルされ、次のクエリが実行されます。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ... stmt , mysqli , プリペアドステートメント , 実行 , 手続き , ステートメント , result , パラメータ , prepare , ...
https://man.plustar.jp/php/mysqli-stmt.close.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT