検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 159 for param (0.004 sec.)
サーバーのパラメータ設定を検索する 5864
« pg_options pg_pconnect » PHP Manual PostgreSQL 関数 サーバーのパラメータ設定を検索する pg_param ... meter_status (PHP 5, PHP 7, PHP 8) pg_parameter_status — サーバーのパラメータ設定を検索する 説 ... 明 pg_parameter_status ( PgSql\Connection $connection = ? , st ... ring $param_name ): string サーバーのパラメータ設定を検索します ... や値の変更時にサーバーから 自動的に通知されます。 pg_parameter_status() は これらの設定問い合わせるために使用 ...
https://man.plustar.jp/php/function.pg-parameter-status.html - [similar]
PHP 文字列型用に xmlrpc 型、base64 または datetime を設定する 5864
« xmlrpc_server_register_method Windows 用のモジュール » PHP Manual XML-RPC 関数 PHP 文字列型用に ... が発生します。 例 例1 xmlrpc_set_type() の例 <?php $params = date ( "Ymd\TH:i:s" , time ()); xmlrpc_set_type ... ( $params , 'datetime' ); echo xmlrpc_encode ( $params ); ? ... になります。 <?xml version="1.0" encoding="utf-8"?> <params> <param> <value> <dateTime.iso8601>20090322T23:43 ... :03</dateTime.iso8601> </value> </param> </params> 関連キーワード: xmlrpc , datetime , 設定 ...
https://man.plustar.jp/php/function.xmlrpc-set-type.html - [similar]
SQL ステートメントを実行するために準備する 5818
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... カは、ステートメントを実行する前に mysqli_stmt_bind_param() を使用して アプリケーション変数にバインドする必要 ... マーカにパラメータをバインドします */ $stmt -> bind_param ( "s" , $city ); /* クエリを実行します */ $stmt -> ... ーカにパラメータをバインドします */ mysqli_stmt_bind_param ( $stmt , "s" , $city ); /* クエリを実行します */ ... 果を取得し、バインド変数に格納する mysqli_stmt_bind_param() - プリペアドステートメントのパラメータに変数をバ ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
パースコールバック 5818
« コールバック 発行コールバック » PHP Manual コールバック パースコールバック パースコールバック ... 例 <?php /** * yaml タグのパース用コールバック。 * @param mixed $value yamlファイルからのデータ * @param str ... ing $tag コールバックを起動したタグ * @param int $flags スカラーエンティティの形式 (YAML_*_SCAL ...
https://man.plustar.jp/php/yaml.callbacks.parse.html - [similar]
CallbackFilterIterator クラス 5738
« CachingIterator::valid CallbackFilterIterator::accept » PHP Manual イテレータ CallbackFilterIt ... /** * CallbackFilterIterator 用のコールバック * * @param $current 現在のアイテムの値 * @param $key 現在のア ... イテムのキー * @param $iterator フィルタリングするイテレータ * @return b ...
https://man.plustar.jp/php/class.callbackfilteriterator.html - [similar]
関数の引数 5738
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を ... とで解決できます。 このルールの唯一の例外は、 Type $param = null と書かれた引数です。 null をデフォルトにする ... ません。 例15 名前付き引数の文法 <?php myFunction ( paramName : $value ); array_foobar (array: $value ); // ... ポートされていません function_name ( $variableStoringParamName : $value ); ?> 例16 位置を指定した引数と、名前 ... 回渡すと、Error がスローされる <?php function foo ( $param ) { ... } foo ( param : 1 , param : 2 ); // Error: ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
Set SeasLog datetime format style 5692
« SeasLog::setBasePath SeasLog::setLogger » PHP Manual SeasLog Set SeasLog datetime format style ... Such as `Y-m-d H:i:s` or `Ymd His`. See also first param `format` at date() . 戻り値 Return TRUE on setted ... t , datetime , Set , setDatetimeFormat , success , param , date , Return , setted ...
https://man.plustar.jp/php/seaslog.setdatetimeformat.html - [similar]
RecursiveCallbackFilterIterator クラス 5646
« RecursiveCachingIterator::hasChildren RecursiveCallbackFilterIterator::__construct » PHP Manua ... ursiveCallbackFilterIterator 用のコールバック * * @param $current 現在のアイテムの値 * @param $key 現在のア ... イテムのキー * @param $iterator フィルタリングするイテレータ * @return b ...
https://man.plustar.jp/php/class.recursivecallbackfilteriterator.html - [similar]
実行するための SQL文 を準備する 5646
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... メータマーカは、SQL文を実行する前に mysqli_stmt_bind_param() を使用して アプリケーション変数にバインドする必要 ... マーカにパラメータをバインドします */ $stmt -> bind_param ( "s" , $city ); /* クエリを実行します */ $stmt -> ... ーカにパラメータをバインドします */ mysqli_stmt_bind_param ( $stmt , "s" , $city ); /* クエリを実行します */ ... 果を取得し、バインド変数に格納する mysqli_stmt_bind_param() - プリペアドステートメントのパラメータに変数をバ ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
新しいグローバル定数 5600
« 新しい関数 下位互換性のない変更点 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しいグローバ ... FAULT_THREADS PCRE PREG_UNMATCHED_AS_NULL PDO PDO::PARAM_STR_NATL PDO::PARAM_STR_CHAR PDO::ATTR_DEFAULT_STR ... _PARAM Sodium SODIUM_LIBRARY_VERSION SODIUM_LIBRARY_MAJOR ...
https://man.plustar.jp/php/migration72.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT