検索

phrase: max: clip:
target: order:
Results of 781 - 790 of about 2443 for Array (0.048 sec.)
The LuaSandboxFatalError class 2219
« LuaSandboxErrorError LuaSandboxMemoryError » PHP Manual LuaSandbox The LuaSandboxFatalError cl ... tring $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previous = nu ... tLine (): int final public Exception::getTrace (): array final public Exception::getTraceAsString (): strin ... ublic , final , int , private , protected , 継承 , array ...
https://man.plustar.jp/php/class.luasandboxfatalerror.html - [similar]
The LuaSandboxRuntimeError class 2219
« LuaSandboxMemoryError LuaSandboxSyntaxError » PHP Manual LuaSandbox The LuaSandboxRuntimeError ... tring $ file = "" ; protected int $ line ; private array $ trace = [] ; private ? Throwable $ previous = nu ... tLine (): int final public Exception::getTrace (): array final public Exception::getTraceAsString (): strin ... ublic , final , int , private , protected , 継承 , array ...
https://man.plustar.jp/php/class.luasandboxruntimeerror.html - [similar]
ReflectionReference クラス 2219
« ReflectionIntersectionType::getTypes ReflectionReference::__construct » PHP Manual リフレクショ ... メソッド */ private __construct () public static fromArrayElement ( array $array , int | string $key ): ? Ref ... 接インスタンス化できません ReflectionReference::fromArrayElement — 配列の要素から、ReflectionReference を生成 ... , クラス , construct , private , getId , string , array , fromArrayElement , public , リファレンス ...
https://man.plustar.jp/php/class.reflectionreference.html - [similar]
SimpleXMLIterator クラス 2219
« SimpleXMLElement::xpath SimpleXMLIterator::current » PHP Manual SimpleXML SimpleXMLIterator ク ... bool $recursive = false , bool $fromRoot = true ): array | false public SimpleXMLElement::getName (): strin ... lement::getNamespaces ( bool $recursive = false ): array public SimpleXMLElement::registerXPathNamespace ( ... ic SimpleXMLElement::xpath ( string $expression ): array | null | false } 変更履歴 バージョン 説明 8.0.0 Si ... blic , SimpleXMLElement , string , クラス , 要素 , array , namespace , recursive , isPrefix ...
https://man.plustar.jp/php/class.simplexmliterator.html - [similar]
SoapServer クラス 2219
« SoapClient::__soapCall SoapServer::addFunction » PHP Manual SOAP SoapServer クラス SoapServer ... メソッド */ public __construct ( ? string $wsdl , array $options = [] ) public addFunction ( array | strin ... string $name = "" ): void public getFunctions (): array public handle ( ? string $request = null ): void p ... , fault , 処理 , リクエスト , 設定 , addFunction , array ...
https://man.plustar.jp/php/class.soapserver.html - [similar]
Yaf_Route_Interface クラス 2219
« Yaf_Response_Abstract::__toString Yaf_Route_Interface::assemble » PHP Manual Yaf Yaf_Route_Int ... erface { /* メソッド */ abstract public assemble ( array $info , array $query = ? ): string abstract public ... , Route , クラス , assemble , リクエスト , route , array , public , 概要 , メソッド ...
https://man.plustar.jp/php/class.yaf-route-interface.html - [similar]
Yaf_Route_Supervar クラス 2219
« Yaf_Route_Static::route Yaf_Route_Supervar::assemble » PHP Manual Yaf Yaf_Route_Supervar クラス ... struct ( string $supervar_name ) public assemble ( array $info , array $query = ? ): string public route ( ... , クラス , route , assemble , construct , public , array , string ...
https://man.plustar.jp/php/class.yaf-route-supervar.html - [similar]
指定した名前の変数を外部から受け取り、オプションでそれをフィルタリングする 2219
« filter_input_array filter_list » PHP Manual Filter 関数 指定した名前の変数を外部から受け取り、 ... string $var_name , int $filter = FILTER_DEFAULT , array | int $options = 0 ): mixed パラメータ type INPUT_ ... たフィルタでデータをフィルタリングする filter_input_array() - 外部から変数を受け取り、オプションでそれらをフ ... ィルタリングする filter_var_array() - 複数の変数を受け取り、オプションでそれらをフィ ... 名前 , input , フィルタ , 指定 , オプション , var , array ...
https://man.plustar.jp/php/function.filter-input.html - [similar]
アフィン変換行列を取得する 2219
« imageaffinematrixconcat imagealphablending » PHP Manual GD および Image 関数 アフィン変換行列を ... 列を取得する 説明 imageaffinematrixget ( int $type , array | float $options ): array | false アフィン変換行列 ... ix = imageaffinematrixget ( IMG_AFFINE_TRANSLATE , array( 'x' => 2 , 'y' => 3 )); print_r ( $matrix ); ?> 上 ... の例の出力は以下となります。 Array ( [0] => 1 [1] => 0 [2] => 0 [3] => 1 [4] => 2 [5] ...
https://man.plustar.jp/php/function.imageaffinematrixget.html - [similar]
配列の内部ポインタを進める 2219
« natsort pos » PHP Manual 配列 関数 配列の内部ポインタを進める next (PHP 4, PHP 5, PHP 7, PHP 8 ... ) next — 配列の内部ポインタを進める 説明 next ( array | object &$array ): mixed next() は、ひとつの違いを ... 列ポインタをひとつ進めるということです。 パラメータ array 対象となる配列。 戻り値 内部配列ポインタが指す場所 ... に対して最初に get_mangled_object_vars() を使うか、 ArrayIterator を使って下さい。 例 例1 next() および類似関 ... 数の使用例 <?php $transport = array( 'foot' , 'bike' , 'car' , 'plane' ); $mode = curr ...
https://man.plustar.jp/php/function.next.html - [similar]