検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 470 for [SIMILAR] 16 1024 4096 WITH 9910 elseif WITH 737... (2.691 sec.)
公開鍵を使用した認証を行う 0
« ssh2_auth_password ssh2_connect » PHP Manual SSH2 関数 公開鍵を使用した認証を行う ssh2_auth_pubkey_file (PECL ssh2 >= 0.9.0) ssh2_auth_pubkey_file — 公開鍵を使用した認証を行う 説明 ssh2_auth_pubkey_file ( resource $session , string $username , string $pubkeyfile , string $privkeyfile , ...
https://man.plustar.jp/php/function.ssh2-auth-pubkey-file.html - [similar]
ファイルにバイナリ diff 形式のパッチを適用する 0
« xdiff_file_bdiff xdiff_file_diff_binary » PHP Manual xdiff 関数 ファイルにバイナリ diff 形式のパッチを適用する xdiff_file_bpatch (PECL xdiff >= 1.5.0) xdiff_file_bpatch — ファイルにバイナリ diff 形式のパッチを適用する 説明 xdiff_file_bpatch ( string $file , string $patch , string $dest ...
https://man.plustar.jp/php/function.xdiff-file-bpatch.html - [similar]
xdiff_file_bpatch のエイリアス 0
« xdiff_file_merge3 xdiff_file_patch » PHP Manual xdiff 関数 xdiff_file_bpatch のエイリアス xdiff_file_patch_binary (PECL xdiff >= 0.2.0) xdiff_file_patch_binary — xdiff_file_bpatch のエイリアス 説明 xdiff_file_patch_binary ( string $file , string $patch , string $dest ): bool ファイル f ...
https://man.plustar.jp/php/function.xdiff-file-patch-binary.html - [similar]
CCL パーサを起動する 0
« yaz_ccl_conf yaz_close » PHP Manual YAZ 関数 CCL パーサを起動する yaz_ccl_parse (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_ccl_parse — CCL パーサを起動する 説明 yaz_ccl_parse ( resource $id , string $query , array &$result ): bool この関数は、CCL パーサを起動します。パーサは、指定された C ...
https://man.plustar.jp/php/function.yaz-ccl-parse.html - [similar]
glob を使うディレクトリを作成する 0
« GlobIterator GlobIterator::count » PHP Manual GlobIterator glob を使うディレクトリを作成する GlobIterator::__construct (PHP 5 >= 5.3.0, PHP 7, PHP 8) GlobIterator::__construct — glob を使うディレクトリを作成する 説明 public GlobIterator::__construct ( string $pattern , int $flags = Fil ...
https://man.plustar.jp/php/globiterator.construct.html - [similar]
画像の ticks-per-second を設定する 0
« Imagick::setImageScene Imagick::setImageType » PHP Manual Imagick 画像の ticks-per-second を設定する Imagick::setImageTicksPerSecond (PECL imagick 2, PECL imagick 3) Imagick::setImageTicksPerSecond — 画像の ticks-per-second を設定する 説明 public Imagick::setImageTicksPerSecond ( int $ ...
https://man.plustar.jp/php/imagick.setimagetickspersecond.html - [similar]
Description 0
« ImagickKernel::addKernel ImagickKernel::fromBuiltIn » PHP Manual ImagickKernel Description ImagickKernel::addUnityKernel (PECL imagick >= 3.3.0) ImagickKernel::addUnityKernel — Description 説明 public ImagickKernel::addUnityKernel ( float $scale ): void Adds a given amount of the 'Unit ...
https://man.plustar.jp/php/imagickkernel.addunitykernel.html - [similar]
Description 0
« ImagickKernel::getMatrix ImagickKernel::separate » PHP Manual ImagickKernel Description ImagickKernel::scale (PECL imagick >= 3.3.0) ImagickKernel::scale — Description 説明 public ImagickKernel::scale ( float $scale , int $normalizeFlag = ? ): void ScaleKernelInfo() scales the given ke ...
https://man.plustar.jp/php/imagickkernel.scale.html - [similar]
名前空間の使用法: グローバル関数/定数への移行 0
« グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への移行 名前空間の使用法: グローバル関数/定数への移行 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 名前空間内で、PHP が未定義のクラス名や関数、定数に出会った場合、 それぞれに応じて異なる優先順位で解決を行いま ...
https://man.plustar.jp/php/language.namespaces.fallback.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]