検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 1190 for 作成 (0.082 sec.)
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 3417
« pg_send_execute pg_send_query_params » PHP Manual PostgreSQL 関数 指定したパラメータでプリペア ... ドステートメントを作成するリクエストを 送信し、その結果を待たない pg_send_ ... re — 指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その結果を待たない 説明 pg_ ... bool 指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その結果を待ちません。 これ ... コールが成功した後、実際にプリペアドステートメントが 作成されたかどうかを調べるには pg_get_result() を使用しま ...
https://man.plustar.jp/php/function.pg-send-prepare.html - [similar]
辞書をオープンする際に使用する設定を作成する 3417
« pspell_clear_session pspell_config_data_dir » PHP Manual Pspell 関数 辞書をオープンする際に使用 ... する設定を作成する pspell_config_create (PHP 4 >= 4.0.2, PHP 5, PH ... onfig_create — 辞書をオープンする際に使用する設定を作成する 説明 pspell_config_create ( string $language , ... PSpell\Config 辞書をオープンする際に使用する設定を作成します。 pspell_config_create() は、 pspell_new() の ... た場合、全く同じ 結果となります。しかし、新しい設定を作成した後、 pspell_new_config() をコールする前に関数 ps ...
https://man.plustar.jp/php/function.pspell-config-create.html - [similar]
Phar エントリオブジェクトを作成する 3417
« PharFileInfo::compress PharFileInfo::decompress » PHP Manual PharFileInfo Phar エントリオブジェ ... クトを作成する PharFileInfo::__construct (PHP 5 >= 5.3.0, PHP ... FileInfo::__construct — Phar エントリオブジェクトを作成する 説明 public PharFileInfo::__construct ( string ... 接コールしてはいけません。PharFileInfo オブジェクトを作成するには、 配列へのアクセスを通じて Phar::offsetGet( ... 行番号 3: dude 関連キーワード: Phar , オブジェクト , 作成 , エントリ , PharFileInfo , phar , construct , コー ...
https://man.plustar.jp/php/pharfileinfo.construct.html - [similar]
AppendIterator を作成する 3394
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作成 ... 8) AppendIterator::__construct — AppendIterator を作成する 説明 public AppendIterator::__construct () Appe ... ndIterator を作成します。 パラメータ この関数にはパラメータはありませ ... テレータを追加する 関連キーワード: AppendIterator , 作成 , construct , Cheese , キー , key , use , 配列 , P ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
画像処理 (ImageMagick) 3394
« GmagickPixel::setcolorvalue はじめに » PHP Manual 画像処理および作成 画像処理 (ImageMagick) 画 ... agick::clone — Imagick オブジェクトの完全なコピーを作成する Imagick::clutImage — 画像の色を置き換える Imagi ... magick::cropThumbnailImage — 切り取ってサムネイルを作成する Imagick::current — 現在の Imagick オブジェクトへ ... ジする Imagick::flipImage — 垂直方向に反転した画像を作成する Imagick::floodFillPaintImage — 対象にマッチする ... 更する Imagick::flopImage — 水平方向に反転した画像を作成する Imagick::forwardFourierTransformImage — Descrip ...
https://man.plustar.jp/php/book.imagick.html - [similar]
フィルタリングしたイテレータを別のイテレータから作成する 3394
« CallbackFilterIterator::accept DirectoryIterator » PHP Manual CallbackFilterIterator フィルタリ ... ングしたイテレータを別のイテレータから作成する CallbackFilterIterator::__construct (PHP 5 >= 5 ... — フィルタリングしたイテレータを別のイテレータから作成する 説明 public CallbackFilterIterator::__construct ... を引数としてでコールバックを呼び出す 関連キーワード: 作成 , CallbackFilterIterator , 別 , construct , callba ...
https://man.plustar.jp/php/callbackfilteriterator.construct.html - [similar]
単純な XML ドキュメントの作成 3394
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作成 ... を作る方法を示します。 例1 単純な XML ドキュメントの作成 <?php $xw = xmlwriter_open_memory (); xmlwriter_se ... </testc> <?php $foo=2;echo $foo;?> 関連キーワード: 作成 , ドキュメント , testc , This , XMLWriter , メモリ ...
https://man.plustar.jp/php/example.xmlwriter-simple.html - [similar]
リファレンスカウントの原理 3394
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リ ... 別する方法を PHP エンジンが知ります。 &演算子によって作成されるように、PHP ではユーザーランドで参照を使えるの ... たスクリプト)があります。 新しい変数が定数値を使って作成されるとき、zval コンテナが作成されます。 例えば、 例 ... 1 新規 zval コンテナを作成 <?php $a = "new string" ; ?> この例では、新しいシン ... ボル名( a )が現在のスコープで作成され、 新しい変数コンテナが string 型と値 new string ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
GMP 数を作成する 3394
« gmp_import gmp_intval » PHP Manual GMP 関数 GMP 数を作成する gmp_init (PHP 4 >= 4.0.4, PHP 5, ... PHP 7, PHP 8) gmp_init — GMP 数を作成する 説明 gmp_init ( int | string $num , int $base = ... 戻り値 GMP オブジェクトを返します。 例 例1 GMP 数の作成 <?php $a = gmp_init ( 123456 ); $b = gmp_init ( "0 ... 数は自動的に GMP 数に変換されます。 関連キーワード: 作成 , 基数 , 最初 , init , 関数 , 小文字 , 表現 , 文字 ...
https://man.plustar.jp/php/function.gmp-init.html - [similar]
画像の幅を取得する 3394
« imagestringup imagesy » PHP Manual GD および Image 関数 画像の幅を取得する imagesx (PHP 4, PHP ... パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 戻り値 image の幅、 ... 例 例1 imagesx() の使用法 <?php // 300*200 の画像を作成します $img = imagecreatetruecolor ( 300 , 200 ); ec ... imagecreatetruecolor() - TrueColor イメージを新規に作成する getimagesize() - 画像の大きさを取得する imagesy ... ェクト , 期待 , バージョン , imagecreatetruecolor , 作成 ...
https://man.plustar.jp/php/function.imagesx.html - [similar]