検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 80 for [SIMILAR] 16 1024 4096 WITH 43645 setviewbox WIT... (0.177 sec.)
はじめに 0
« クラス/オブジェクト インストール/設定 » PHP Manual クラス/オブジェクト はじめに はじめに 以下の関数により、クラスやインスタンスオブジェクトに関する情報を得ることが可能となります。 オブジェクトが属するクラスの名前、そのメンバープロパティ、メソッドを取得可能です。 この関数を使用することに ...
https://man.plustar.jp/php/intro.classobj.html - [similar]
はじめに 0
« pthreads インストール/設定 » PHP Manual pthreads はじめに はじめに pthreads はオブジェクト指向の API で、PHP でマルチスレッド処理を行うのに必要なすべてのツールを提供します。 PHP アプリケーションで、Thread や Worker そして Threaded を作ったり読み書きしたり実行したりできるようになります。 ...
https://man.plustar.jp/php/intro.pthreads.html - [similar]
UConverter クラス 0
« IntlPartsIterator::getBreakIterator UConverter::__construct » PHP Manual intl UConverter クラス UConverter クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) はじめに クラス概要 class UConverter { /* 定数 */ const int REASON_UNASSIGNED = 0 ; const int REASON_ILLEGAL = 1 ; const int ...
https://man.plustar.jp/php/class.uconverter.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 0
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラスの代わりにモックを使う uopz_set_mock (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_set_mock — 新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 説明 uopz_set_mock ( string $class ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]
新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する 0
« Closure::bind Closure::call » PHP Manual Closure 新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する Closure::bindTo (PHP 5 >= 5.4.0, PHP 7, PHP 8) Closure::bindTo — 新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する 説明 public Closure::bindT ...
https://man.plustar.jp/php/closure.bindto.html - [similar]
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]
現在の座標系を水平方向に傾ける 0
« ImagickDraw::setViewbox ImagickDraw::skewY » PHP Manual ImagickDraw 現在の座標系を水平方向に傾ける ImagickDraw::skewX (PECL imagick 2, PECL imagick 3) ImagickDraw::skewX — 現在の座標系を水平方向に傾ける 説明 public ImagickDraw::skewX ( float $degrees ): bool 警告 この関数は、 現在のとこ ...
https://man.plustar.jp/php/imagickdraw.skewx.html - [similar]
現在のリソース使用状況を取得する 0
« getopt ini_alter » PHP Manual PHP オプション/情報 関数 現在のリソース使用状況を取得する getrusage (PHP 4, PHP 5, PHP 7, PHP 8) getrusage — 現在のリソース使用状況を取得する 説明 getrusage ( int $mode = 0 ): array | false この関数は、 getrusage(2) へのインターフェイスです。 システムコール ...
https://man.plustar.jp/php/function.getrusage.html - [similar]
ベクターグラフィックを設定する 0
« ImagickDraw::setTextUnderColor ImagickDraw::setViewbox » PHP Manual ImagickDraw ベクターグラフィックを設定する ImagickDraw::setVectorGraphics (PECL imagick 2, PECL imagick 3) ImagickDraw::setVectorGraphics — ベクターグラフィックを設定する 説明 public ImagickDraw::setVectorGraphics ( st ...
https://man.plustar.jp/php/imagickdraw.setvectorgraphics.html - [similar]
オブジェクトのクローン作成 0
« finalキーワード オブジェクトの比較 » PHP Manual クラスとオブジェクト オブジェクトのクローン作成 オブジェクトのクローン作成 オブジェクトのコピーを作成する際、そのプロパティも全て二重化することが、 常に望ましい動作であるわけではありません。 コピーコンストラクタが必要となる例として、 GTKウ ...
https://man.plustar.jp/php/language.oop5.cloning.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT