検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 575 for x (0.186 sec.)
座標変換を設定する 3577
« ps_symbol RpmInfo » PHP Manual PS 関数 座標変換を設定する ps_translate (PECL ps >= 1.1.0) ps_t ... 定する 説明 ps_translate ( resource $psdoc , float $x , float $y ): bool 新しい座標系の原点を設定します。 ... s_new() が返す、postscript ファイルのリソース ID。 x 変換後の座標系の原点の x 座標。 y 変換後の座標系の ... .ps" )) { print "Cannot open PostScript file\n" ; exit; } ps_set_info ( $ps , "Creator" , "translate.ph ... ann" ); ps_set_info ( $ps , "Title" , "Translated example" ); ps_set_info ( $ps , "BoundingBox" , "0 0 ...
https://man.plustar.jp/php/function.ps-translate.html - [similar]
画像にテキストによる注記を加える 3577
« Gmagick::addnoiseimage Gmagick::blurimage » PHP Manual Gmagick 画像にテキストによる注記を加える ... :annotateimage ( GmagickDraw $GmagickDraw , float $x , float $y , float $angle , string $text ): Gmagic ... テキスト描画設定を含む GmagickDraw オブジェクト。 x テキストの左端の水平オフセットをあらわすピクセル数 ... らわすピクセル数。 angle テキストを書き出す角度。 text 描画するテキスト。 戻り値 Gmagick オブジェクトに注 ... を加えて返します。 エラー / 例外 エラー時に GmagickException をスローします。 関連キーワード: テキスト , ...
https://man.plustar.jp/php/gmagick.annotateimage.html - [similar]
新しいグローバル定数 3577
« その他の拡張モジュールに対する変更 PHP のデバッグ » PHP Manual PHP 5.5.x から PHP 5.6.x への移 ...
https://man.plustar.jp/php/migration56.constants.html - [similar]
新しいグローバル定数 3577
« 新しいクラスおよびインターフェイス SAPI モジュールの変更 » PHP Manual PHP 5.6.x から PHP 7.0.x ... ON_ERROR_INVALID_PROPERTY_NAME JSON_ERROR_UTF16 LibXML LIBXML_BIGLINES PCRE PREG_JIT_STACKLIMIT_ERROR P ... OSIX POSIX_RLIMIT_AS POSIX_RLIMIT_CORE POSIX_RLIMIT_CPU ... POSIX_RLIMIT_DATA POSIX_RLIMIT_FSIZE POSIX_RLIMIT_LOCKS ... POSIX_RLIMIT_MEMLOCK POSIX_RLIMIT_MSGQUEUE POSIX_RLIMIT_ ...
https://man.plustar.jp/php/migration70.constants.html - [similar]
SAPI モジュールの変更 3577
« 新しいグローバル定数 削除された拡張モジュールおよび SAPI » PHP Manual PHP 5.6.x から PHP 7.0.x ...
https://man.plustar.jp/php/migration70.sapi-changes.html - [similar]
新しいグローバル定数 3577
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新し ...
https://man.plustar.jp/php/migration74.constants.html - [similar]
SOAP リクエストを処理する 3577
« SoapServer::getFunctions SoapServer::setClass » PHP Manual SoapServer SOAP リクエストを処理する ... 1 SoapServer::handle() の例 <?php function test ( $x ) { return $x ; } $server = new SoapServer ( null ...
https://man.plustar.jp/php/soapserver.handle.html - [similar]
C Data Handles 3554
« FFI::typeof FFI\CType » PHP Manual FFI C Data Handles C Data Handles (PHP 7 >= 7.4.0, PHP 8) は ... e read and assigned via the $cdata property, e.g. $x = FFI::new('int'); $x->cdata = 42; C struct and un ...
https://man.plustar.jp/php/class.ffi-cdata.html - [similar]
Creates a new map using keys that aren't in another map 3554
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in anot ... nstance that are present in a given map . A \ B = {x ∈ A | x ∉ B} パラメータ map The map containing the ... keys to exclude in the resulting map. 戻り値 The result of re ... o » Complement on Wikipedia 例 例1 Ds\Map::diff() example <?php $a = new \ Ds \ Map ([ "a" => 1 , "b" = ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
Creates a new map using keys of either the current instance or of another map, b... 3554
« Ds\Map::values Pair » PHP Manual Map Creates a new map using keys of either the current instan ... ce or of another map, but not of both Ds\Map::xor (PECL ds >= 1.0.0) Ds\Map::xor — Creates a new m ... f another map, but not of both 説明 public Ds\Map::xor ( Ds\Map $map ): Ds\Map Creates a new map contai ... as well as another map , but not of both. A ⊖ B = {x : x ∈ (A \ B) ∪ (B \ A)} パラメータ map The other ... » Symmetric Difference on Wikipedia 例 例1 Ds\Map::xor() example <?php $a = new \ Ds \ Map ([ "a" => 1 ...
https://man.plustar.jp/php/ds-map.xor.html - [similar]