検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 2039 for To (0.258 sec.)
Description 2647
« Imagick::sketchImage Imagick::solarizeImage » PHP Manual Imagick Description Imagick::smushIma ... ck Takes all images from the current image pointer to the end of the image list and smushs them to each ... other top-to-bottom if the stack parameter is true, otherwi ... se left-to-right. パラメータ stack offset 戻り値 The new smus ...
https://man.plustar.jp/php/imagick.smushimages.html - [similar]
Installation 2647
« はじめに Philosophy » PHP Manual parallel Installation Installation 要件 parallel requires a b ... d ( --enable-zts , or on non-Windows systems prior to PHP 8.0.0, --enable-maintainer-zts ) 警告 Zend Thr ... nd the source code by » github , the easiest route to installation is the normal PECL route: » https://p ... s from the » PECL website. 警告 Windows users need to take the additional step of adding pthreadVC2.dll ... (distributed with Windows releases) to their PATH . 関連キーワード: Installation , build ...
https://man.plustar.jp/php/parallel.setup.html - [similar]
実行時設定 2647
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... yaconf.check_delay 300 PHP_INI_SYSTEM yaconf.directory /tmp/conf/ PHP_INI_SYSTEM 以下に設定ディレクティ ... erval Yaconf will detect ini file's change(by directory's mtime), if it is set to zero, you have to rest ... art php to reloading configurations. yaconf.directory string ... Path to directory which all INI configuration files are pl ...
https://man.plustar.jp/php/yaconf.configuration.html - [similar]
The Collection interface 2633
« 例 Ds\Collection::clear » PHP Manual Data Structures The Collection interface The Collection i ... nterface (No version information available, might only be in Git) はじめに Collection is the base int ... erface which covers functionality common to all the data structures in this library. It guaran ... s are traversable, countable, and can be converted to json using json_encode() . インターフェイス概要 cl ... ass Ds\Collection implements Countable , IteratorAggregate , JsonSerializable { /* メソッド */ abst ...
https://man.plustar.jp/php/class.ds-collection.html - [similar]
The Swoole\Atomic class 2633
« Swoole\Async::writeFile Swoole\Atomic::add » PHP Manual Swoole The Swoole\Atomic class The Swo ... ole\Atomic class (PECL swoole >= 1.9.0) はじめに クラス概要 ... class Swoole\Atomic { /* メソッド */ public add ( int $add_value = ... lic sub ( int $sub_value = ? ): int } 目次 Swoole\Atomic::add — Add a number to the value to the atomic ... object. Swoole\Atomic::cmpset — Compare and set the value of the atom ...
https://man.plustar.jp/php/class.swoole-atomic.html - [similar]
The SyncEvent class 2633
« SyncSemaphore::unlock SyncEvent::__construct » PHP Manual Sync The SyncEvent class The SyncEve ... rm, native implementation of named and unnamed event objects. Both automatic and manual event objects ar ... e supported. An event object waits, without polling, for the object to be ... fired/set. One instance waits on the event object while another instance fires/sets the event. ... Event objects are useful wherever a long-running process ...
https://man.plustar.jp/php/class.syncevent.html - [similar]
The Volatile class 2633
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... eads >= 3.0.0) はじめに The Volatile class is new to pthreads v3. Its introduction is a consequence of ... tability of its Threaded members, and is also used to store PHP arrays in Threaded contexts. クラス概要 ... t () { $this -> data = new Threaded (); // attempt to overwrite a Threaded property of a Threaded class ... RuntimeException: Threaded members previously set to Threaded objects are immutable, cannot overwrite d ...
https://man.plustar.jp/php/class.volatile.html - [similar]
ファイルをコピーする 2633
« clearstatcache delete » PHP Manual ファイルシステム 関数 ファイルをコピーする copy (PHP 4, PHP ... イルをコピーする 説明 copy ( string $from , string $to , ? resource $context = null ): bool ファイル from ...to にコピーします。 ファイルを移動したいならば、 rena ... ださい。 パラメータ from コピー元ファイルへのパス。 to コピー先のパス。 to が URL の場合、 既存ファイルへ ... ; if (! copy ( $file , $newfile )) { echo "failed to copy $file ...\n" ; } ?> 参考 move_uploaded_file() ...
https://man.plustar.jp/php/function.copy.html - [similar]
Read data from a GLO instance and save it in a file 2633
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... ): int The cubrid_load_from_glo() function is used to read a data from a glo instance, and saves it in a ... ntifier. oid Oid of the glo instance that you want to read the data from. file_name Name of the file whe ... re you want to save the data in. 戻り値 true , when process is su ... brid_new_glo() - Create a glo instance cubrid_save_to_glo() - Save requested file in a GLO instance cubr ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
Move the cursor of a lob object 2633
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... NT ): bool The cubrid_lob2_seek() function is used to move the cursor position of a lob object by the va ... lue set in the offset argument, to the direction set in the origin argument. To set t ... e origin argument, you can use CUBRID_CURSOR_FIRST to set the cursor position moving forward offset unit ... d offset units from the end of LOB object and offset only can be positive. パラメータ lob_identifier Lob ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]