検索

phrase: max: clip:
target: order:
Results of 561 - 570 of about 1568 for Name (0.042 sec.)
以前に設定したHTTPヘッダを削除する 2583
« header_register_callback header » PHP Manual ネットワーク 関数 以前に設定したHTTPヘッダを削除す ... TTPヘッダを削除する 説明 header_remove ( ? string $name = null ): void header() 関数を使って以前に設定した ... HTTPヘッダを削除します。 パラメータ name 削除するヘッダの名前。 null の場合は、以前に設定さ ... り値 値を返しません。 変更履歴 バージョン 説明 8.0.0 name は、nullable になりました。 例 例1 特定のヘッダを削 ...
https://man.plustar.jp/php/function.header-remove.html - [similar]
テーブルを更新する 2583
« pg_untrace pg_version » PHP Manual PostgreSQL 関数 テーブルを更新する pg_update (PHP 4 >= 4.3. ... ate ( PgSql\Connection $connection , string $table_name , array $values , array $conditions , int $flags = ... tion PgSql\Connection クラスのインスタンス。 table_name 行を更新するテーブルの名前。 values テーブル table ... _name のフィールド名をキーに、 そしてマッチした対象を更新 ... するデータを値にもつ配列。 conditions テーブル table_name のフィールド名をキーに、 そして取得対象となる行にマ ...
https://man.plustar.jp/php/function.pg-update.html - [similar]
Async and non-blocking hostname to IP lookup 2583
« Swoole 関数 swoole_async_read » PHP Manual Swoole 関数 Async and non-blocking hostname to IP l ... oole_async_dns_lookup — Async and non-blocking hostname to IP lookup 説明 swoole_async_dns_lookup ( string ... $hostname , callable $callback ): bool パラメータ hostname T ... he host name. callback callback ( string $hostname , string $ip ... ): mixed hostname The host name. IP The IP address. 戻り値 成功した場 ...
https://man.plustar.jp/php/function.swoole-async-dns-lookup.html - [similar]
性別を取得する 2583
« Gender\Gender::country Gender\Gender::isNick » PHP Manual Gender\Gender 性別を取得する Gender\ ... を取得する 説明 public Gender\Gender::get ( string $name , int $country = ? ): int 指定した名前について、特 ... 定の国における性別を取得します。 パラメータ name 調べたい名前。 country Gender クラスの定数で表され ...
https://man.plustar.jp/php/gender-gender.get.html - [similar]
Windows 上での PHP の手動インストール 2583
« Windows でのおすすめの構成 ソースからのビルド » PHP Manual Windows システムへのインストール Wi ... d set config /section:system.webServer/handlers /-[name='PHP_via_FastCGI'] REM Set up the PHP handler %win ... d set config /section:system.webServer/handlers /+[name='PHP_via_FastCGI',path='*.php',verb='*',modules='F ... ath='%phppath%\php-cgi.exe'].environmentVariables.[name='PHP_FCGI_MAX_REQUESTS',value='10000']" %windir%\s ... ath='%phppath%\php-cgi.exe'].environmentVariables.[name='PHPRC',value='%phppath%\php.ini']" Apache Windows ...
https://man.plustar.jp/php/install.windows.manual.html - [similar]
返される要素の数から、与えられた数をスキップする 2583
« CollectionFind::lockShared CollectionFind::sort » PHP Manual mysql_xdevapi\CollectionFind 返さ ... createCollection ( "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ) -> exec ... ute (); $create -> add ( '{"name": "Reginald", "age": 42, "job": "Butler"}' ) -> ex ... " ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]=> string(8) "Reginald" } } 関連キーワード: 要素 ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.offset.html - [similar]
直近の操作で発生した警告の数を取得する 2583
« DocResult::getWarnings mysql_xdevapi\Exception » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... createCollection ( "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execu ... te (); $create -> add ( '{"name": "Reginald", "age": 42, "job": "Butler"}' )-> exe ... " ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]=> string(8) "Reginald" } 関連キーワード: 発生 , ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarningscount.html - [similar]
直前のステートメントの操作での SQLSTATE エラーを返す 2583
« mysqli_stmt::send_long_data mysqli_stmt::store_result » PHP Manual mysqli_stmt 直前のステートメ ... Country SELECT * FROM Country" ); $query = "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = ... Country SELECT * FROM Country" ); $query = "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = ...
https://man.plustar.jp/php/mysqli-stmt.sqlstate.html - [similar]
接続の現在の文字セットを考慮して、SQL 文で使用する文字列の特殊文字をエスケープす... 2583
« mysqli::real_connect mysqli::real_query » PHP Manual mysqli 接続の現在の文字セットを考慮して、 ... ry = sprintf ( "SELECT CountryCode FROM City WHERE name='%s'" , $mysqli -> real_escape_string ( $city )); ... ry = sprintf ( "SELECT CountryCode FROM City WHERE name='%s'" , $city ); $result = $mysqli -> query ( $que ... ry = sprintf ( "SELECT CountryCode FROM City WHERE name='%s'" , mysqli_real_escape_string ( $mysqli , $cit ... ry = sprintf ( "SELECT CountryCode FROM City WHERE name='%s'" , $city ); $result = mysqli_query ( $mysqli ...
https://man.plustar.jp/php/mysqli.real-escape-string.html - [similar]
国際化 関数 2583
« IntlIterator::valid intl_error_name » PHP Manual intl 国際化 関数 国際化 関数 目次 intl_error_ ...
https://man.plustar.jp/php/ref.intl.html - [similar]