検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 1568 for Name (0.038 sec.)
指定した名前の画像プロファイルを返す 2541
« Imagick::getImagePixelColor Imagick::getImageProfiles » PHP Manual Imagick 指定した名前の画像プ ... 返す 説明 public Imagick::getImageProfile ( string $name ): string 指定した名前の画像プロファイルを返します ... 。 パラメータ name 返したいプロファイルの名前。 戻り値 画像プロファイ ...
https://man.plustar.jp/php/imagick.getimageprofile.html - [similar]
指定した名前の画像プロファイルを削除してそれを返す 2541
« Imagick::removeImage Imagick::render » PHP Manual Imagick 指定した名前の画像プロファイルを削除 ... 説明 public Imagick::removeImageProfile ( string $name ): string 指定した名前の画像プロファイルを削除して ... それを返します。 パラメータ name 戻り値 画像のプロファイル名を返します。 エラー / 例 ...
https://man.plustar.jp/php/imagick.removeimageprofile.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 2541
« mysqli_stmt::bind_param mysqli_stmt::close » PHP Manual mysqli_stmt 結果を保存するため、プリペ ... します */ $stmt = $mysqli -> prepare ( "SELECT Code, Name FROM Country ORDER BY Name LIMIT 5" ); $stmt -> ex ... */ $stmt = mysqli_prepare ( $link , "SELECT Code, Name FROM Country ORDER BY Name LIMIT 5" ); mysqli_stmt ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
プリペアドステートメントから結果を mysqli_result オブジェクトとして取得する 2541
« mysqli_stmt::free_result mysqli_stmt::get_warnings » PHP Manual mysqli_stmt プリペアドステート ... ser" , "my_password" , "world" ); $query = "SELECT Name, Population, Continent FROM Country WHERE Continen ... t=? ORDER BY Name LIMIT 1" ; $stmt = $mysqli -> prepare ( $query ); ... ser" , "my_password" , "world" ); $query = "SELECT Name, Population, Continent FROM Country WHERE Continen ... t=? ORDER BY Name LIMIT 1" ; $stmt = mysqli_prepare ( $link , $query ...
https://man.plustar.jp/php/mysqli-stmt.get-result.html - [similar]
ReflectionExtension を作成する 2541
« ReflectionExtension::__clone ReflectionExtension::export » PHP Manual ReflectionExtension Refl ... public ReflectionExtension::__construct ( string $name ) ReflectionExtension オブジェクトを作成します。 パ ... ラメータ name 拡張モジュールの名前。 例 例1 ReflectionExtension ... rintf ( 'Extension: %s (version: %s)' , $ext -> getName (), $ext -> getVersion ()); ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/reflectionextension.construct.html - [similar]
エラーのレポート 2541
« SQLインジェクション ユーザーが投稿したデータ » PHP Manual セキュリティ エラーのレポート エラー ... 撃する <form method="POST" action="attacktarget?username=badfoo&password=badfoo"> <input type="hidden" name ... ="username" value="badfoo"> <input type="hidden" name="passwo ... mp;showerrors=1&amp;debug=1"> <input type="hidden" name="errors" value="Y"> <input type="hidden" name="sho ... werrors" value="1"> <input type="hidden" name="debug" value="1"> </form> エラー処理の方法の方法の ...
https://man.plustar.jp/php/security.errors.html - [similar]
プロパティが存在するかチェック 2541
« SolrObject::getPropertyNames SolrObject::offsetGet » PHP Manual SolrObject プロパティが存在する ... public SolrObject::offsetExists ( string $property_name ): bool プロパティが存在するかチェックします。これ ... として扱われる際に使用されます。 パラメータ property_name プロパティ名 戻り値 成功した場合に true を、失敗し ... SolrObject , offsetExists , property , getPropertyNames , offsetGet , public , string , オブジェクト ...
https://man.plustar.jp/php/solrobject.offsetexists.html - [similar]
プロパティを取得するために使用される 2541
« SolrObject::offsetExists SolrObject::offsetSet » PHP Manual SolrObject プロパティを取得するため ... 説明 public SolrObject::offsetGet ( string $property_name ): mixed プロパティの値を取得するために使用されます ... として扱われる際に使用されます。 パラメータ property_name プロパティ名 戻り値 プロパティの値を返します。 関連 ...
https://man.plustar.jp/php/solrobject.offsetget.html - [similar]
オブジェクトにパラメータを追加 2541
« SolrParams::add SolrParams::get » PHP Manual SolrParams オブジェクトにパラメータを追加 SolrPar ... タを追加 説明 public SolrParams::addParam ( string $name , string $value ): SolrParams オブジェクトにパラメ ... されることのあるパラメータで使われます。 パラメータ name パラメータ名 value パラメータ値 戻り値 成功時に So ...
https://man.plustar.jp/php/solrparams.addparam.html - [similar]
ENV 変数を取得する 2541
« Yaf_Request_Abstract::getControllerName Yaf_Request_Abstract::getException » PHP Manual Yaf_Re ... 説明 public Yaf_Request_Abstract::getEnv ( string $name , string $default = ? ): void ENV 変数を取得します ... 。 パラメータ name 変数名。 default このパラメータを指定すると、変数が ... Env , string , default , パラメータ , getControllerName ...
https://man.plustar.jp/php/yaf-request-abstract.getenv.html - [similar]