検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 1866 for [SIMILAR] 16 1024 4096 WITH 41041 宣言 WITH 9925... (2.534 sec.)
SplPriorityQueue クラス 0
« SplMinHeap::compare SplPriorityQueue::compare » PHP Manual データ構造 SplPriorityQueue クラス SplPriorityQueue クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplPriorityQueue クラスは、優先順位つきキューの主要な機能を提供します。 最大ヒープを使用して実装しています。 注意 : 優先度が等し ...
https://man.plustar.jp/php/class.splpriorityqueue.html - [similar]
カラー画像のコントラストを強調する 0
« Imagick::contrastImage Imagick::convolveImage » PHP Manual Imagick カラー画像のコントラストを強調する Imagick::contrastStretchImage (PECL imagick 2, PECL imagick 3) Imagick::contrastStretchImage — カラー画像のコントラストを強調する 説明 public Imagick::contrastStretchImage ( float $bla ...
https://man.plustar.jp/php/imagick.contraststretchimage.html - [similar]
デフォルトプロパティを取得する 0
« ReflectionClass::getConstructor ReflectionClass::getDocComment » PHP Manual ReflectionClass デフォルトプロパティを取得する ReflectionClass::getDefaultProperties (PHP 5, PHP 7, PHP 8) ReflectionClass::getDefaultProperties — デフォルトプロパティを取得する 説明 public ReflectionClass::get ...
https://man.plustar.jp/php/reflectionclass.getdefaultproperties.html - [similar]
ReflectionClassConstant を構築する 0
« ReflectionClassConstant ReflectionClassConstant::export » PHP Manual ReflectionClassConstant ReflectionClassConstant を構築する ReflectionClassConstant::__construct (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::__construct — ReflectionClassConstant を構築する 説明 public ReflectionC ...
https://man.plustar.jp/php/reflectionclassconstant.construct.html - [similar]
variant クラスのコンストラクタ 0
« variant COMPersistHelper » PHP Manual variant variant クラスのコンストラクタ variant::__construct (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) variant::__construct — variant クラスのコンストラクタ 説明 public variant::__construct ( mixed $value = null , int $type = VT_EMPTY , int $codepage = ...
https://man.plustar.jp/php/variant.construct.html - [similar]
XML 外部エンティティの例 0
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンティティの例 この例は、XML コードに焦点を当てます。この例は、他のドキュメント をインクルードし処理するための外部エンティティリファレンスのハン ドラの使用法およびPIの処理方法、PIが含むコードに関 ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
PHP Callbacks 0
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callbacks It is possible to assign a PHP closure to a native variable of function pointer type or to pass it as a function argument: <?php $zend = FFI :: cdef ( " typedef int (*zend_write_func_t)(co ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
Run a single task and return a result [deprecated] 0
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task and return a result [deprecated] GearmanClient::do (PECL gearman >= 0.5.0) GearmanClient::do — Run a single task and return a result [deprecated] 説明 public GearmanClient::do ( string $functio ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 0
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single task and return a result GearmanClient::doNormal (No version information available, might only be in Git) GearmanClient::doNormal — Run a single task and return a result 説明 public GearmanCl ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
リファレンス渡し 0
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し リファレンス渡し リファレンスにより関数に変数を渡すことが可能です。この場合、関数内で その引数を修正可能になります。構文は次のようになります。 <?php function foo (& $var ) { $var ++; } $a = 5 ...
https://man.plustar.jp/php/language.references.pass.html - [similar]