検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 1101 for Id (0.010 sec.)
新機能 3775
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... few arguments to function test(), 0 passed in... void 関数 戻り値の型として void が導入されました。戻り値 ... の型を void と宣言した関数は、関数内での return 文を省略するか ... 、あるいは空の return を使う必要があります。 void 関数から null を返すことはできません。 <?php funct ... ion swap (& $left , & $right ): void { if ( $left === $right ) { return; } $tmp = $left ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
3775
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... oc = new SolrInputDocument (); $doc -> addField ( 'id' , 334455 ); $doc -> addField ( 'cat' , 'Software' ... ond_doc = new SolrDocument (); $doc -> addField ( 'id' , 1123 ); $doc -> features = "PHP Client Side" ; ... gy ) ) [1] => SolrDocumentField Object ( [name] => id [boost] => 0 [values] => Array ( [0] => 1123 ) ) [ ... boost] => 0 [values] => Array ( [0] => PHP Client Side [1] => Fast development cycles ) ) ) ) 例4 文書を ...
https://man.plustar.jp/php/solr.examples.html - [similar]
利用可能な暗号メソッドを取得 3757
« openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ ... _and_aliases , $ciphers ); //ECB mode should be avoided $ciphers = array_filter ( $ciphers , function( $ ... 92] => chacha20 [93] => chacha20-poly1305 [111] => id-aes128-CCM [112] => id-aes128-GCM [113] => id-aes1 ... 28-wrap [114] => id-aes128-wrap-pad [115] => id-aes192-CCM [116] => id ... -aes192-GCM [117] => id-aes192-wrap [118] => id-aes192-wrap-pad [119] => i ...
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html - [similar]
The Swoole\Redis\Server class 3733
« Swoole\Process::write Swoole\Redis\Server::format » PHP Manual Swoole The Swoole\Redis\Server ... tring $host , int $port , string $socket_type ): void public Swoole\Server::addProcess ( swoole_process ... nType public Swoole\Server::bind ( int $fd , int $uid ): bool public Swoole\Server::clearTimer ( int $ti ... mer_id ): void swoole_timer_clear ( int $timer_id ): void ... e\Server::connection_info ( int $fd , int $reactor_id = ? ): array public Swoole\Server::connection_list ...
https://man.plustar.jp/php/class.swoole-redis-server.html - [similar]
セマフォ ID を得る 3733
« sem_acquire sem_release » PHP Manual セマフォ関数 セマフォ ID を得る sem_get (PHP 4, PHP 5, PH ... P 7, PHP 8) sem_get — セマフォ ID を得る 説明 sem_get ( int $key , int $max_acquire ... セマフォを指定したキーでアクセスするために使用可能な ID を返します。 同じキーで sem_get() を 2 度コールした ... 場合、 別のセマフォ ID が返されます。 しかし、どちらの ID も同じそのセマフ ... うかを指定します。 戻り値 成功した場合に正のセマフォ ID、エラー時には false を返します。 変更履歴 バージョン ...
https://man.plustar.jp/php/function.sem-get.html - [similar]
Returns the logical session ID for this session 3733
« MongoDB\Driver\Session::getClusterTime MongoDB\Driver\Session::getOperationTime » PHP Manual M ... ongoDB\Driver\Session Returns the logical session ID for this session MongoDB\Driver\Session::getLogica ... lSessionId (mongodb >=1.4.0) MongoDB\Driver\Session::getLogic ... alSessionId — Returns the logical session ID for this session ... al public MongoDB\Driver\Session::getLogicalSessionId (): object Returns the logical session ID for this ...
https://man.plustar.jp/php/mongodb-driver-session.getlogicalsessionid.html - [similar]
Transliterator を作成する 3733
« Transliterator::__construct Transliterator::createFromRules » PHP Manual Transliterator Transl ... 向型 public static Transliterator::create ( string $id , int $direction = Transliterator::FORWARD ): ? Tr ... literator 手続き型 transliterator_create ( string $id , int $direction = Transliterator::FORWARD ): ? Tr ... ansliterator ID を指定して Transliterator をオープンします。 警告 ... ん。引数のリストのみが 記述されています。 パラメータ id ID を指定します。 全ての登録済みの transliterator ...
https://man.plustar.jp/php/transliterator.create.html - [similar]
現在のプロセス ID を返す 3715
« posix_getpgrp posix_getppid » PHP Manual POSIX 関数 現在のプロセス ID を返す posix_getpid (PHP ... 4, PHP 5, PHP 7, PHP 8) posix_getpid — 現在のプロセス ID を返す 説明 posix_getpid (): i ... nt 現在のプロセスのプロセス ID を返します。 パラメータ この関数にはパラメータはあ ... りません。 戻り値 ID を表す整数値を返します。 例 例1 posix_getpid() の使 ... 用例 <?php echo posix_getpid (); //8805 ?> 参考 posix_kill() - プロセスにシグナ ...
https://man.plustar.jp/php/function.posix-getpid.html - [similar]
現在のクリッピングパスの ID を取得する 3715
« ImagickDraw::ellipse ImagickDraw::getClipRule » PHP Manual ImagickDraw 現在のクリッピングパスの ... ID を取得する ImagickDraw::getClipPath (PECL imagick ... magickDraw::getClipPath — 現在のクリッピングパスの ID を取得する 説明 public ImagickDraw::getClipPath () ... トのみが 記述されています。 現在のクリッピングパスの ID を取得します。 戻り値 クリッピングパスの ID を含む ...
https://man.plustar.jp/php/imagickdraw.getclippath.html - [similar]
String representation of the cursor ID 3715
« MongoDB\Driver\CursorId::serialize MongoDB\Driver\CursorId::unserialize » PHP Manual MongoDB\D ... river\CursorId String representation of the cursor ID MongoDB\Dri ... ver\CursorId::__toString (mongodb >=1.0.0) MongoDB\Driver\Curso ... rId::__toString — String representation of the cursor ... ID 説明 final public MongoDB\Driver\CursorId::__toString (): string Returns the string represen ...
https://man.plustar.jp/php/mongodb-driver-cursorid.tostring.html - [similar]