検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 1074 for [SIMILAR] 16 1024 4096 WITH 53391 reflectionobje... (0.641 sec.)
点を生成する 0
« imagesetinterpolation imagesetstyle » PHP Manual GD および Image 関数 点を生成する imagesetpixel (PHP 4, PHP 5, PHP 7, PHP 8) imagesetpixel — 点を生成する 説明 imagesetpixel ( GdImage $image , int $x , int $y , int $color ): bool imagesetpixel() は、指定した座標にピクセルを描画します。 ...
https://man.plustar.jp/php/function.imagesetpixel.html - [similar]
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 0
« pg_send_execute pg_send_query_params » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その結果を待たない pg_send_prepare (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_prepare — 指定したパラメータでプリペアドステートメントを作成するリクエス ...
https://man.plustar.jp/php/function.pg-send-prepare.html - [similar]
辞書をオープンする際に使用する設定を作成する 0
« pspell_clear_session pspell_config_data_dir » PHP Manual Pspell 関数 辞書をオープンする際に使用する設定を作成する pspell_config_create (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspell_config_create — 辞書をオープンする際に使用する設定を作成する 説明 pspell_config_create ( string $language ...
https://man.plustar.jp/php/function.pspell-config-create.html - [similar]
Phar エントリオブジェクトを作成する 0
« PharFileInfo::compress PharFileInfo::decompress » PHP Manual PharFileInfo Phar エントリオブジェクトを作成する PharFileInfo::__construct (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) PharFileInfo::__construct — Phar エントリオブジェクトを作成する 説明 public PharFileInfo::__constru ...
https://man.plustar.jp/php/pharfileinfo.construct.html - [similar]
エクスポートする 0
« ReflectionExtension::__construct ReflectionExtension::getClasses » PHP Manual ReflectionExtension エクスポートする ReflectionExtension::export (PHP 5, PHP 7) ReflectionExtension::export — エクスポートする 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数 ...
https://man.plustar.jp/php/reflectionextension.export.html - [similar]
AppendIterator を作成する 0
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作成する AppendIterator::__construct (PHP 5 >= 5.1.0, PHP 7, PHP 8) AppendIterator::__construct — AppendIterator を作成する 説明 public AppendIterator::__construct () AppendIterator を作成します ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
画像処理 (ImageMagick) 0
« GmagickPixel::setcolorvalue はじめに » PHP Manual 画像処理および作成 画像処理 (ImageMagick) 画像処理 (ImageMagick) はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 Imagick — Imagick クラス Imagick::adaptiveBlurImage — adaptive blur ( ...
https://man.plustar.jp/php/book.imagick.html - [similar]
フィルタリングしたイテレータを別のイテレータから作成する 0
« CallbackFilterIterator::accept DirectoryIterator » PHP Manual CallbackFilterIterator フィルタリングしたイテレータを別のイテレータから作成する CallbackFilterIterator::__construct (PHP 5 >= 5.4.0, PHP 7, PHP 8) CallbackFilterIterator::__construct — フィルタリングしたイテレータを別のイテレ ...
https://man.plustar.jp/php/callbackfilteriterator.construct.html - [similar]
単純な XML ドキュメントの作成 0
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作成 この例では、XMLWriter を使ってメモリ上に XML ドキュメントを作る方法を示します。 例1 単純な XML ドキュメントの作成 <?php $xw = xmlwriter_open_memory (); xmlwriter_set_indent ( $xw , 1 ); $r ...
https://man.plustar.jp/php/example.xmlwriter-simple.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]