検索

phrase: max: clip:
target: order:
Results of 781 - 790 of about 949 for [SIMILAR] 16 1024 4096 WITH 16956 reflectionmeth... (0.633 sec.)
Draw Stroke 0
« UI\Draw\Color::setChannel UI\Draw\Stroke::__construct » PHP Manual UI Draw Stroke Draw Stroke (UI 0.9.9) はじめに Holds the configuration for the Pen to perform a stroke クラス概要 class UI\Draw\Stroke { /* Constructor */ public __construct ( int $cap = UI\Draw\Line\Cap::Flat , int $jo ...
https://man.plustar.jp/php/class.ui-draw-stroke.html - [similar]
Font Descriptor 0
« UI\Draw\Text\Font::getUnderlineThickness UI\Draw\Text\Font\Descriptor::__construct » PHP Manual UI Font Descriptor Font Descriptor (UI 0.9.9) はじめに Describes a font クラス概要 class UI\Draw\Text\Font\Descriptor { /* Constructor */ public __construct ( string $family , float $size , ...
https://man.plustar.jp/php/class.ui-draw-text-font-descriptor.html - [similar]
Menu 0
« UI\Control::show UI\Menu::append » PHP Manual UI Menu Menu (UI 0.9.9) はじめに Menus must be constructed before the first Window, and can be shown on any Window クラス概要 class UI\Menu { /* Constructor */ public __construct ( string $name ) /* メソッド */ public append ( string $name ...
https://man.plustar.jp/php/class.ui-menu.html - [similar]
Represents a position (x,y) 0
« インストール手順 UI\Point::at » PHP Manual UI Represents a position (x,y) Represents a position (x,y) (UI 0.9.9) はじめに Points are used throughout UI to represent co-ordinates on a screen, control, or area. クラス概要 final class UI\Point { /* プロパティ */ public $ x ; public $ y ; ...
https://man.plustar.jp/php/class.ui-point.html - [similar]
Represents dimensions (width, height) 0
« UI\Point::setY UI\Size::__construct » PHP Manual UI Represents dimensions (width, height) Represents dimensions (width, height) (UI 0.9.9) はじめに Sizes are used throughout UI to represent the size of a screen, control, or area. クラス概要 final class UI\Size { /* プロパティ */ public ...
https://man.plustar.jp/php/class.ui-size.html - [similar]
ValueError 0
« TypeError UnhandledMatchError » PHP Manual 定義済みの例外 ValueError ValueError (PHP 8) はじめに ValueError は、 引数の型は正しいものの、値が正しくない場合にスローされます。 たとえば、関数は正の整数を期待しているのに負の値を渡したり、 空でない文字列/配列を期待しているのに空の値を渡した ...
https://man.plustar.jp/php/class.valueerror.html - [similar]
The Win32ServiceException class 0
« Win32 サービスの情報 例 » PHP Manual win32service The Win32ServiceException class The Win32ServiceException class (PECL win32service >=1.0.0) はじめに この例外は、 エラーを検知するために、 定数と比較する必要があった古いやり方を置き換えるものです。 この例外が持つコードは、対応する定数の ...
https://man.plustar.jp/php/class.win32serviceexception.html - [similar]
The Yac class 0
« 定義済み定数 Yac::add » PHP Manual Yac The Yac class The Yac class (PECL yac >= 1.0.0) はじめに クラス概要 class Yac { /* プロパティ */ protected $ _prefix ; /* メソッド */ public __construct ( string $prefix = "" ) public add ( string $keys , mixed $value , int $ttl = 0 ): bool public ...
https://man.plustar.jp/php/class.yac.html - [similar]
COMPersistHelper オブジェクトを構築する 0
« COMPersistHelper COMPersistHelper::GetCurFileName » PHP Manual COMPersistHelper COMPersistHelper オブジェクトを構築する COMPersistHelper::__construct (PHP 5, PHP 7, PHP 8) COMPersistHelper::__construct — COMPersistHelper オブジェクトを構築する 説明 public COMPersistHelper::__construct ...
https://man.plustar.jp/php/compersisthelper.construct.html - [similar]
入力配列から単一のカラムの値を返す 0
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_column (PHP 5 >= 5.5.0, PHP 7, PHP 8) array_column — 入力配列から単一のカラムの値を返す 説明 array_column ( array $array , int | string | null $column_key , int | string | null $index_key = null ) ...
https://man.plustar.jp/php/function.array-column.html - [similar]