検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 575 for x (0.010 sec.)
はじめに 4219
« Mysql_xdevapi インストール/設定 » PHP Manual Mysql_xdevapi はじめに はじめに この拡張モジュール ... は、MySQLドキュメントストアに X DevAPI 経由でアクセスできるようにします。 X DevAPI ... イルの操作を持つAPIを通して簡単にアクセスできます。 X DevAPI は Xプロトコルを使っています。 これは MySQL ... トストア , Mysql , アクセス , サーバ , プロトコル , xdevapi , コレクション , Store , Document ...
https://man.plustar.jp/php/intro.mysql-xdevapi.html - [similar]
Windows のサポート 4219
« その他の変更 PHP 7.1.x から PHP 7.2.x への移行 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 ... Windows のサポート Windows のサポート PHP コア POSIX にさらに準拠したファイルの削除 ファイルディスクリプ ... されるのがデフォルトになりました。 これにより、 POSIX のセマンティクスに効率的に対応しつつ、使用中のファ ... ルハンドルを削除することが可能になります。これは POSIX に 100% 準拠したものではありませんが、プラットフォ ...
https://man.plustar.jp/php/migration73.windows-support.html - [similar]
Basic FFI usage 4188
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... s of the FFI API, lets take a look at a few examples demonstrating the simplicity of the FFI API ... usage for regular tasks. 注意 : Some of these examples require libc.so.6 and as such will not work ... rary <?php // create FFI object, loading libc and exporting function printf() $ffi = FFI :: cdef ( "int ... => int(0) ["tz_dsttime"]=> int(0) } 例3 Accessing existing C variables <?php // create FFI object, load ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
pixel iterator の行を設定する 4188
« ImagickPixelIterator::setIteratorLastRow ImagickPixelIterator::syncIterator » PHP Manual Imagi ... ckPixelIterator pixel iterator の行を設定する ImagickPix ... ratorRow (PECL imagick 2, PECL imagick 3) ImagickPixelIterator::setIteratorRow — pixel iterator の行を設 ... 定する 説明 public ImagickPixelIterator::setIteratorRow ( int $row ): bool 警告 ... ありません。引数のリストのみが 記述されています。 pixel iterator の行を設定します。 パラメータ row 戻り値 ...
https://man.plustar.jp/php/imagickpixeliterator.setiteratorrow.html - [similar]
PHP 7.3.x で推奨されなくなる機能 4188
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 PHP 7.3.x... 推奨されなくなる機能 PHP 7.3.x で推奨されなくなる機能 PHP コア 大文字小文字を区別 ... 対応する mb_ereg_*() 関数を使ってください。 mbregex_encoding() mbereg() mberegi() mbereg_replace() mbe ... 連キーワード: 推奨 , 関数 , mbereg , 機能 , search , x , 宣言 , 定数 , 明示 , tags ...
https://man.plustar.jp/php/migration73.deprecated.html - [similar]
Create a new BulkWrite 4188
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... operations may be added. The write(s) may then be executed with MongoDB\Driver\Manager::executeBulkWrit ... support document level validation. false comment mixed An arbitrary comment to help trace the operation ... s available in MongoDB 4.4+ and will result in an exception at execution time if specified for an older ... mes and values. Values must be constant or closed expressions that do not reference document fields. Pa ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
配列の一部を削除し、他の要素で置換する 4166
« array_slice array_sum » PHP Manual 配列 関数 配列の一部を削除し、他の要素で置換する array_spli ... y &$array , int $offset , ? int $length = null , mixed $replacement = [] ): array 配列 array から offse ... t に 2 つの要素を追加します array_push ( $input , $x , $y ); array_splice ( $input , count ( $input ), ... 0 , array( $x , $y )); // $input の最後の要素を削除します array_ ... の先頭に要素を挿入します array_unshift ( $input , $x , $y ); array_splice ( $input , 0 , 0 , array( $x ...
https://man.plustar.jp/php/function.array-splice.html - [similar]
指定した暗号のブロックサイズを得る 4166
« mcrypt_generic mcrypt_get_cipher_name » PHP Manual Mcrypt 関数 指定した暗号のブロックサイズを得 ... ): int | false 最初のプロトタイプは libmcrypt 2.2.x とリンクした場合であり、2 番目 のものは libmcrypt ... 2.4.x あるいは 2.5.x とリンクした場合です。 mcrypt_get_b ... rypt_get_block_size() の例 この例は、libmcrypt 2.4.x および 2.5.x を対象にリンクした際の使用法を示すもの ...
https://man.plustar.jp/php/function.mcrypt-get-block-size.html - [similar]
矩形を描く 4166
« ps_place_image ps_restore » PHP Manual PS 関数 矩形を描く ps_rect (PECL ps >= 1.1.0) ps_rect — ... 矩形を描く 説明 ps_rect ( resource $psdoc , float $x , float $y , float $width , float $height ): bool ...x , y )を左下の角とする 矩形を描きます。描画は左下の ... s_new() が返す、postscript ファイルのリソース ID。 x 矩形の左下角の x 座標。 y 矩形の左下角の y 座標。 ...
https://man.plustar.jp/php/function.ps-rect.html - [similar]
点を描く 4166
« GmagickDraw::line GmagickDraw::polygon » PHP Manual GmagickDraw 点を描く GmagickDraw::point (P ... — 点を描く 説明 public GmagickDraw::point ( float $x , float $y ): GmagickDraw 現在の描画色と太さを使っ ... て、指定した座標に点を描きます。 パラメータ x 点の x 座標。 y 点の y 座標。 戻り値 GmagickDraw オ ...
https://man.plustar.jp/php/gmagickdraw.point.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT