検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1190 for 作成 (0.130 sec.)
インスタンス作成を無効化したコンストラクタ 3509
« Closure Closure::bind » PHP Manual Closure インスタンス作成を無効化したコンストラクタ Closure: ... , PHP 7, PHP 8) Closure::__construct — インスタンス作成を無効化したコンストラクタ 説明 private Closure::__c ... せん。 参考 無名関数 関連キーワード: インスタンス , 作成 , Closure , construct , クラス , パラメータ , bind ...
https://man.plustar.jp/php/closure.construct.html - [similar]
新しい画像をファイルあるいは URL から作成する 3509
« imagecreatefromgd imagecreatefromjpeg » PHP Manual GD および Image 関数 新しい画像をファイルあ ... るいは URL から作成する imagecreatefromgif (PHP 4, PHP 5, PHP 7, PHP 8) ... eatefromgif — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefromgif ( string $filename ): G ... ョンでは、 resource を返していました。 例 例1 GIF の作成時のエラーを処理する例 <?php function LoadGif ( $img ... したかどうかを調べます */ if(! $im ) { /* 空の画像を作成します */ $im = imagecreatetruecolor ( 150 , 30 ); $ ...
https://man.plustar.jp/php/function.imagecreatefromgif.html - [similar]
多角形を描画する 3509
« imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4 ... : bool imagepolygon() は、指定した image に多角形を作成します。 パラメータ image imagecreatetruecolor() のよ ... うな画像作成関数が返す GdImage オブジェクト。 points 多角形の頂点 ... であると仮定されます。 color imagecolorallocate() で作成された色識別子。 戻り値 成功した場合に true を、失敗 ... 描画する imagecreate() - パレットを使用する新規画像を作成する imagecreatetruecolor() - TrueColor イメージを新 ...
https://man.plustar.jp/php/function.imagepolygon.html - [similar]
コレクションにインデックスを作成 3509
« Collection::count Collection::dropIndex » PHP Manual mysql_xdevapi\Collection コレクションにイ ... ンデックスを作成 Collection::createIndex (No version information av ... lection::createIndex — コレクションにインデックスを作成 説明 public mysql_xdevapi\Collection::createIndex ... ndex_desc_json ): void コレクションにインデックスを作成します。 指定された名前と同じインデックスが既に存在し ... 場合は、 例外が投げられます。 パラメータ index_name 作成するインデックスの名前。 この名前は、 CREATE INDEX S ...
https://man.plustar.jp/php/mysql-xdevapi-collection.createindex.html - [similar]
実行可能でない tar あるいは zip アーカイブオブジェクトを作成する 3509
« PharData::compressFiles PharData::convertToData » PHP Manual PharData 実行可能でない tar あるい ... は zip アーカイブオブジェクトを作成する PharData::__construct (PHP 5 >= 5.3.0, PHP 7, P ... 可能でない tar あるいは zip アーカイブオブジェクトを作成する 説明 public PharData::__construct ( string $fil ... パラメータ filename 既存の tar/zip アーカイブあるいは作成したいアーカイブへのパス。 flags 親クラス Phar の Re ... ar/example.txt' ); ?> 関連キーワード: アーカイブ , 作成 , tar , 実行 , オブジェクト , PharData , construct ...
https://man.plustar.jp/php/phardata.construct.html - [similar]
RecursiveIteratorIterator を作成する 3509
« RecursiveIteratorIterator::callHasChildren RecursiveIteratorIterator::current » PHP Manual Rec ... ursiveIteratorIterator RecursiveIteratorIterator を作成する RecursiveIteratorIterator::__construct (PHP 5 > ... terator::__construct — RecursiveIteratorIterator を作成する 説明 public RecursiveIteratorIterator::__constr ... RecursiveIterator から RecursiveIteratorIterator を作成します。 パラメータ iterator 作成する元となるイテレー ... ーワード: leaf , RecursiveIteratorIterator , Array , 作成 , mode , construct , 出力 , flags , RecursiveItera ...
https://man.plustar.jp/php/recursiveiteratoriterator.construct.html - [similar]
画像処理および作成 3509
« recode Exif » PHP Manual 関数リファレンス 画像処理および作成 画像処理および作成 Exif — Exchang ... — The ImagickKernel class 関連キーワード: クラス , 作成 , および , インストール , 設定 , 定義 , 定数 , Gma ...
https://man.plustar.jp/php/refs.utilspec.image.html - [similar]
オブジェクトを作成する 3509
« Serializable::serialize Closure » PHP Manual Serializable オブジェクトを作成する Serializable: ... , PHP 8) Serializable::unserialize — オブジェクトを作成する 説明 public Serializable::unserialize ( string ... p() __unserialize() 関連キーワード: オブジェクト , 作成 , Serializable , メソッド , unserialize , data , コ ...
https://man.plustar.jp/php/serializable.unserialize.html - [similar]
3509
« 定義済み定数 単純な XML ドキュメントの作成 » PHP Manual XMLWriter 例 例 目次 単純な XML ドキュ ... メントの作成 XML 名前空間の使用 オブジェクト指向 API の使用 関連 ... キーワード: 例 , ドキュメント , 作成 , 定義 , 定数 , XMLWriter , ...
https://man.plustar.jp/php/xmlwriter.examples.html - [similar]
DTD の開始タグを作成する 3509
« XMLWriter::startDocument XMLWriter::startDtdAttlist » PHP Manual XMLWriter DTD の開始タグを作成 ... :startDtd -- xmlwriter_start_dtd — DTD の開始タグを作成する 説明 オブジェクト指向型 public XMLWriter::start ... ) を呼び出すことで取得したものです。 qualifiedName 作成するドキュメント型の修飾名。 publicId 外部サブセット ... を書き込む 関連キーワード: XMLWriter , 開始 , タグ , 作成 , xmlwriter , string , startDtd , インスタンス , q ...
https://man.plustar.jp/php/xmlwriter.startdtd.html - [similar]