検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 374 for Test (0.103 sec.)
再サンプリングを行いイメージの一部をコピー、伸縮する 3906
« imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメ ... に再サンプルします。 <?php // ファイル $filename = 'test.jpg' ; $percent = 0.5 ; // コンテントタイプ header ... メージを表示します。 <?php // ファイル $filename = 'test.jpg' ; // 最大の高さ・幅を設定します $width = 200 ...
https://man.plustar.jp/php/function.imagecopyresampled.html - [similar]
画像の反復を設定する 3906
« Imagick::setImageInterpolateMethod Imagick::setImageMatte » PHP Manual Imagick 画像の反復を設定 ... の使用例 <?php $imagick = new Imagick ( realpath ( "Test.gif" )); $imagick = $imagick -> coalesceImages (); ...
https://man.plustar.jp/php/imagick.setimageiterations.html - [similar]
指定した名前で画像を書き込む 3906
« Imagick::whiteThresholdImage Imagick::writeImageFile » PHP Manual Imagick 指定した名前で画像を ... ル名。ファイルの拡張子で画像形式が決まります。 "jpg:test.png" のようにプレフィックスをつけると、拡張子が何で ...
https://man.plustar.jp/php/imagick.writeimage.html - [similar]
コンストラクタとデストラクタ 3906
« クラスのオートローディング アクセス権 » PHP Manual クラスとオブジェクト コンストラクタとデスト ... static $x = new Foo ; const C = new Foo ; function test ( $param = new Foo ) {} #[AnAttribute(new Foo)] cl ... ass Test { public function __construct ( public $prop = new ... も許されません(コンパイルエラーになります) function test ( $a = new ( CLASS_NAME_CONSTANT )(), // 動的なクラ ...
https://man.plustar.jp/php/language.oop5.decon.html - [similar]
Returns whether an error label is associated with an exception 3906
« MongoDB\Driver\Exception\RuntimeException MongoDB\Driver\Exception\ServerException » PHP Manua ... パラメータ errorLabel The name of the errorLabel to test for. 戻り値 Whether the given errorLabel is associ ...
https://man.plustar.jp/php/mongodb-driver-runtimeexception.haserrorlabel.html - [similar]
RSA 証明書を設定する 3906
« OAuth::setRequestEngine OAuth::setSSLChecks » PHP Manual OAuth RSA 証明書を設定する OAuth::set ... onsume -> setRSACertificate ( file_get_contents ( 'test.pem' )); ?> 参考 OAuth::setCaPath() - CA パスおよび ...
https://man.plustar.jp/php/oauth.setrsacertificate.html - [similar]
コードの事前ロード 3906
« リソース型 OPcache 関数 » PHP Manual OPcache コードの事前ロード コードの事前ロード PHP 7.4.0 以 ... る全ての .php ファイルが事前ロードされます。 但し、 Test ファイルの場合を除きます。 <?php $directory = new ... hpFiles = new RegexIterator ( $fullTree , '/.+((?<!Test)+\.php$)/i' , RecursiveRegexIterator :: GET_MATCH ...
https://man.plustar.jp/php/opcache.preloading.html - [similar]
SoapParam コンストラクタ 3906
« SoapParam SoapVar » PHP Manual SoapParam SoapParam コンストラクタ SoapParam::__construct (PHP ... => "http://localhost/soap.php" , 'uri' => "http://test-uri/" )); $client -> SomeFunction (new SoapParam ( ...
https://man.plustar.jp/php/soapparam.construct.html - [similar]
直近の SQL 文で変更 (あるいは挿入、削除) された行の数を返す 3906
« SQLite3::busyTimeout SQLite3::close » PHP Manual SQLite3 直近の SQL 文で変更 (あるいは挿入、削 ... -> exec ( 'UPDATE counter SET views=0 WHERE page="test"' ); if ( $query ) { echo '変更された行の数: ' , $ ...
https://man.plustar.jp/php/sqlite3.changes.html - [similar]
インデックスを使用してエントリ名を変更する 3906
« ZipArchive::registerProgressCallback ZipArchive::renameName » PHP Manual ZipArchive インデック ... php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ) { $zip -> renameIndex ...
https://man.plustar.jp/php/ziparchive.renameindex.html - [similar]