検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 159 for PARAM (0.010 sec.)
実行する SQL 文を準備する 5427
« db2_pconnect db2_primary_keys » PHP Manual IBM DB2 関数 実行する SQL 文を準備する db2_prepare ... ペアドステートメントにパラメータを渡すには db2_bind_param() を使用します。 入力パラメータの場合についてのみ、 ... ドステートメントに渡すだけではありません。 db2_bind_param() を使用すると、 ストアドプロシージャの OUT パラメ ... _execute ( $stmt , $animal ); } } ?> 参考 db2_bind_param() - PHP 変数を SQL 文のパラメータにバインドする db ...
https://man.plustar.jp/php/function.db2-prepare.html - [similar]
認証パラメータを設定する 5427
« svn_auth_get_parameter svn_blame » PHP Manual SVN 関数 認証パラメータを設定する svn_auth_set_param ... arameter (PECL svn >= 0.1.0) svn_auth_set_parameter — 認証パラメータを設定する 説明 svn_auth_set_p ... ワードを 'abc123' に設定します。 <?php svn_auth_set_parameter ( SVN_AUTH_PARAM_DEFAULT_USERNAME , 'Bob' ); s ... vn_auth_set_parameter ( SVN_AUTH_PARAM_DEFAULT_PASSWORD , 'abc123' ) ... 関数は自己責任で使用してください。 参考 svn_auth_get_parameter() - 認証パラメータを取得する 認証定数 関連キー ...
https://man.plustar.jp/php/function.svn-auth-set-parameter.html - [similar]
The MySQLi Extension Function Summary 5381
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... ber of rows in statements result set $mysqli_stmt::param_count mysqli_stmt_param_count() N/A Returns the nu ... mber of parameter for the given statement $mysqli_stmt::sqlstate ... behavior of a prepared statement mysqli_stmt::bind_param() mysqli_stmt_bind_param() N/A Binds variables to ... a prepared statement as parameters mysqli_stmt::bind_result() mysqli_stmt_bind_r ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
OAuthProvider クラス 5335
« OAuth::setVersion OAuthProvider::addRequiredParameter » PHP Manual OAuth OAuthProvider クラス ... thProvider { /* Methods */ final public addRequiredParameter ( string $req_params ): bool public callconsum ... ng $method = ? ): void public __construct ( array $params_array = ? ) public consumerHandler ( callable $ca ... false ): string public is2LeggedEndpoint ( mixed $params_array ): void public isRequestTokenEndpoint ( boo ... e_request_token ): void final public removeRequiredParameter ( string $req_params ): bool final public stat ...
https://man.plustar.jp/php/class.oauthprovider.html - [similar]
ストアドプロシージャのパラメータを含む結果セットを返す 5335
« db2_primary_keys db2_procedures » PHP Manual IBM DB2 関数 ストアドプロシージャのパラメータを含 ... ier , string $schema , string $procedure , string $parameter ): resource ストアドプロシージャのパラメータを ... として _ および % を含む検索パターンを使用可能です。 parameter パラメータの名前。このパラメータでは、ワイルド ... の型を表す整数値。 返される値 パラメータの型 1 (SQL_PARAM_INPUT) 入力 (IN) パラメータ。 2 (SQL_PARAM_INPUT_O ... UTPUT) 入力/出力 (INOUT) パラメータ。 3 (SQL_PARAM_OUTPUT) 出力 (OUT) パラメータ。 DATA_TYPE パラメー ...
https://man.plustar.jp/php/function.db2-procedure-columns.html - [similar]
Sends changes from the local working copy to the repository 5335
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... to false . 注意 : This function does not have any parameters for specifying authentication, so a username ... and password must be set using svn_auth_set_parameter() パラメータ log String log text to commit tar ... of local paths of files to be committed 警告 This parameter must be an array, a string for a single target ... lly, his password is stronger): <?php svn_auth_set_parameter ( SVN_AUTH_PARAM_DEFAULT_USERNAME , 'Bob' ); s ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]
指定したステートメントのカラム数を返す 5335
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... T Name FROM Country WHERE Code=?" ); $stmt -> bind_param ( 's' , $code ); $stmt -> execute (); $row = $stmt ... ame FROM Country WHERE Code=?" ); mysqli_stmt_bind_param ( $stmt , 's' , $code ); mysqli_stmt_execute ( $st ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
引数の型を取得する 5335
« ReflectionParameter::getPosition ReflectionParameter::hasType » PHP Manual ReflectionParameter ... 引数の型を取得する ReflectionParameter::getType (PHP 7, PHP 8) ReflectionParameter::g ... etType — 引数の型を取得する 説明 public ReflectionParameter::getType (): ? ReflectionType 引数の型を取得し ... l を返します。 例 例1 PHP 7.1.0 以降での ReflectionParameter::getType() の使い方 PHP 7.1.0 以降では、 Refle ... :__toString() が推奨されなくなったので、 ReflectionParameter::getType() は ReflectionNamedType を返す 可能性 ...
https://man.plustar.jp/php/reflectionparameter.gettype.html - [similar]
5335
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... .php */ class Operator { /** * Add two operands * @param interge * @return interge */ public function add ( ... ; } /** * Protected methods will not be exposed * @param interge * @return interge */ protected function _a ...
https://man.plustar.jp/php/yar.examples.html - [similar]
プリペアドステートメントを実行する 5289
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... ェクト指向型 public mysqli_stmt::execute ( ? array $params = null ): bool 手続き型 mysqli_stmt_execute ( mys ... qli_stmt $statement , ? array $params = null ): bool 事前に準備したSQL文を実行します。 ... sqli_stmt_init() が返す mysqli_stmt オブジェクト。 params 実行されるSQL文にバインドする引数を指定する、 オプ ... す。 変更履歴 バージョン 説明 8.1.0 オプションの引数 params が追加されました。 例 例1 プリペアドステートメント ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT