検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 159 for PARAM (0.005 sec.)
URL エンコードされた文字列をデコードする 6393
« rawurlencode urlencode » PHP Manual URL 関数 URL エンコードされた文字列をデコードする urldecod ... foreach ( explode ( '&' , $query ) as $chunk ) { $param = explode ( "=" , $chunk ); if ( $param ) { printf ... ( "Value for parameter \"%s\" is \"%s\"<br/>\n" , urldecode ( $param ... [ 0 ]), urldecode ( $param [ 1 ])); } } ?> 注意 警告 スーパーグローバル $_GET ...
https://man.plustar.jp/php/function.urldecode.html - [similar]
これは、SolrParams::getParam に対するエイリアスです。 6393
« SolrParams::addParam SolrParams::getParam » PHP Manual SolrParams これは、SolrParams::getParam ... に対するエイリアスです。 SolrParams::get (PECL solr >= 0.9.2) SolrParams::get — これは ... 、SolrParams::getParam に対するエイリアスです。 説明 final pub ... lic SolrParams::get ( string $param_name ): mixed これは、SolrPa ... rams::getParam に対するエイリアスです。 パラメータ param_name パラ ...
https://man.plustar.jp/php/solrparams.get.html - [similar]
ラージオブジェクト (LOB) 6359
« エラーおよびエラー処理 PDO » PHP Manual PDO ラージオブジェクト (LOB) ラージオブジェクト (LOB) ... でこのラージデータ型を扱うには、 PDOStatement::bindParam() や PDOStatement::bindColumn() のコール時に 型コー ... ドとして PDO::PARAM_LOB を使用します。 PDO::PARAM_LOB を指定すると、PD ... 'id' ])); $stmt -> bindColumn ( 1 , $type , PDO :: PARAM_STR , 256 ); $stmt -> bindColumn ( 2 , $lob , PDO ... :: PARAM_LOB ); $stmt -> fetch ( PDO :: FETCH_BOUND ); head ...
https://man.plustar.jp/php/pdo.lobs.html - [similar]
ステートメントのパラメータをバインドする 6313
« mysql_xdevapi\SqlStatement SqlStatement::__construct » PHP Manual mysql_xdevapi\SqlStatement ス ... public mysql_xdevapi\SqlStatement::bind ( string $param ): mysql_xdevapi\SqlStatement 警告 この関数は、 現 ... ん。引数のリストのみが 記述されています。 パラメータ param 戻り値 例 例1 mysql_xdevapi\SqlStatement::bind() の ... , SqlStatement , ステートメント , xdevapi , bind , param , public , リスト , 情報 , 関数 ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatement.bind.html - [similar]
パラメータのデフォルト値を取得する 6221
« ReflectionParameter::getDeclaringFunction ReflectionParameter::getDefaultValueConstantName » P ... HP Manual ReflectionParameter パラメータのデフォルト値を取得する ReflectionP ... aultValue (PHP 5 >= 5.0.3, PHP 7, PHP 8) ReflectionParameter::getDefaultValue — パラメータのデフォルト値を取 ... 得する 説明 public ReflectionParameter::getDefaultValue (): mixed (内部またはユーザー ... ctionFunction ( 'foo' ); foreach ( $function -> getParameters () as $param ) { echo 'Name: ' . $param -> ge ...
https://man.plustar.jp/php/reflectionparameter.getdefaultvalue.html - [similar]
PDOStatement クラス 6175
« PDO::setAttribute PDOStatement::bindColumn » PHP Manual PDO PDOStatement クラス PDOStatement ク ... ing | int $column , mixed &$var , int $type = PDO::PARAM_STR , int $maxLength = 0 , mixed $driverOptions = ... null ): bool public bindParam ( string | int $param , mixed &$var , int $type = ... PDO::PARAM_STR , int $maxLength = 0 , mixed $driverOptions = ... null ): bool public bindValue ( string | int $param , mixed $value , int $type = PDO::PARAM_STR ): boo ...
https://man.plustar.jp/php/class.pdostatement.html - [similar]
SolrModifiableParams クラス 6175
« SolrParams::unserialize SolrModifiableParams::__construct » PHP Manual Solr SolrModifiableParam ... ms クラス SolrModifiableParams クラス (PECL solr >= 0.9.2) はじめに リクエスト中 ... の集合を表現します。 クラス概要 class SolrModifiableParams extends SolrParams implements Serializable { /* メ ... estruct () /* 継承したメソッド */ final public SolrParams::add ( string $name , string $value ): SolrParams ... public SolrParams::addParam ( string $name , string $value ): SolrP ...
https://man.plustar.jp/php/class.solrmodifiableparams.html - [similar]
デフォルト値が定数あるいは null の場合に、その定数名を返す 6175
« ReflectionParameter::getDefaultValue ReflectionParameter::getName » PHP Manual ReflectionParam ... 数あるいは null の場合に、その定数名を返す ReflectionParameter::getDefaultValueConstantName (PHP 5 >= 5.4.6, ... PHP 7, PHP 8) ReflectionParameter::getDefaultValueConstantName — デフォルト値が定 ... l の場合に、その定数名を返す 説明 public ReflectionParameter::getDefaultValueConstantName (): ? string デフ ... ctionFunction ( 'foo' ); foreach ( $function -> getParameters () as $param ) { echo 'Name: ' . $param -> ge ...
https://man.plustar.jp/php/reflectionparameter.getdefaultvalueconstantname.html - [similar]
パラメータの値を変数にバインドする 6175
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... 説明 public SQLite3Stmt::bindValue ( string | int $param , mixed $value , int $type = SQLITE3_TEXT ): bool ... t::reset() を呼び出す必要がありました。 パラメータ param バインドされるべき文中の値を識別する string (名前付 ... 合に false を返します 変更履歴 バージョン 説明 7.4.0 param が、新たに @param 記法をサポートしました。 例 例1 ... tring(14) "This is a test" } 参考 SQLite3Stmt::bindParam() - パラメータを変数にバインドする SQLite3::prepar ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
プリペアドクエリのパラメータ数を返す 6129
« ibase_num_fields ibase_param_info » PHP Manual Firebird/InterBase 関数 プリペアドクエリのパラメ ... ータ数を返す ibase_num_params (PHP 5, PHP 7 < 7.4.0) ibase_num_params — プリペア ... ドクエリのパラメータ数を返す 説明 ibase_num_params ( resource $query ): int この関数は、 query で指定 ... e_prepare() - Prepare a query for later binding of parameter placeholders and execution ibase_param_info() ... ラメータ , プリペアドクエリ , ibase , num , query , params , param , info , 関数 , prepare ...
https://man.plustar.jp/php/function.ibase-num-params.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT