検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 118 for args (0.006 sec.)
画像にフィルタを適用する 7683
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... age , int $filter , array | int | float | bool ...$args ): bool imagefilter() は、指定したフィルタ filter ... BRIGHTNESS : 画像の輝度を変更します。 輝度レベルを args で設定します。輝度の範囲は -255 から 255 までです。 ... のコントラストを 変更します。コントラストのレベルを args で設定します。 IMG_FILTER_COLORIZE : IMG_FILTER_GR ... CALE と似ていますが、 色を指定することが可能です。 args 、 arg2 および arg3 を使用して red 、 green 、 blu ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
Execute system commands. 7621
« Swoole\Process::__destruct Swoole\Process::exit » PHP Manual Swoole\Process Execute system com ... Swoole\Process::exec ( string $exec_file , string $args ): ReturnType The process will be replaced to be t ... parent process will be kept. パラメータ exec_file args 戻り値 関連キーワード: system , Execute , commands ... , Swoole , Process , exec , process , args , file , string ...
https://man.plustar.jp/php/swoole-process.exec.html - [similar]
バックトレースを生成する 7558
« エラー処理関数 debug_print_backtrace » PHP Manual エラー処理関数 バックトレースを生成する debu ... ンデックスを埋めるかどうか。 DEBUG_BACKTRACE_IGNORE_ARGS "args" インデックス、 すなわちすべての関数/メソッド ... 返されます。 関数呼び出しの場合は何も返されません。 args array 関数の内部の場合、関数の引数のリストとなりま ... "] => int(10) ["function"] => string(6) "a_test" ["args"]=> array(1) { [0] => &string(6) "friend" } } [1]= ... "] => string(10) "/tmp/b.php" ["line"] => int(2) ["args"] => array(1) { [0] => string(10) "/tmp/a.php" } [ ...
https://man.plustar.jp/php/function.debug-backtrace.html - [similar]
Varnishlog のコンストラクタ 7558
« VarnishLog VarnishLog::getLine » PHP Manual VarnishLog Varnishlog のコンストラクタ VarnishLog: ... ラクタ 説明 public VarnishLog::__construct ( array $args = ? ) パラメータ args 設定用の引数。次のキーが使え ... ド: Varnishlog , VarnishLog , construct , varnish , args , CONFIG , ident , インスタンス , ローカル , IDENT ...
https://man.plustar.jp/php/varnishlog.construct.html - [similar]
VarnishStat のコンストラクタ 7558
« VarnishStat VarnishStat::getSnapshot » PHP Manual VarnishStat VarnishStat のコンストラクタ Var ... ラクタ 説明 public VarnishStat::__construct ( array $args = ? ) パラメータ args 設定用の引数。次のキーが使え ... 関連キーワード: VarnishStat , construct , varnish , args , CONFIG , ident , インスタンス , ローカル , IDENT ...
https://man.plustar.jp/php/varnishstat.construct.html - [similar]
指定した引数でクラスの新しいインスタンスを作成する 7508
« ReflectionClass::isUserDefined ReflectionClass::newInstanceArgs » PHP Manual ReflectionClass 指 ... 説明 public ReflectionClass::newInstance ( mixed ...$args ): object クラスの新しいインスタンスを作成します。 ... 引数をクラスのコンストラクタに渡します。 パラメータ args 可変長の引数を受け付け、それを call_user_func() と ... が発生します。 クラスにコンストラクタがないときに args を指定すると ReflectionException が発生します。 参 ... 考 ReflectionClass::newInstanceArgs() - 指定した引数でクラスの新しいインスタンスを作成 ...
https://man.plustar.jp/php/reflectionclass.newinstance.html - [similar]
現在のプロセス空間で指定したプログラムを実行する 7446
« pcntl_errno pcntl_fork » PHP Manual PCNTL 関数 現在のプロセス空間で指定したプログラムを実行する ... ムを実行する 説明 pcntl_exec ( string $path , array $args = [] , array $env_vars = [] ): bool 指定した引数で ... 、システムの man ページで execve(2) を参照ください。 args args は、プログラムに渡す引数文字列の配列です。 en ... プログラム , 実行 , プロセス , 空間 , 指定 , pcntl , args , vars , env , path ...
https://man.plustar.jp/php/function.pcntl-exec.html - [similar]
Lua 関数を呼び出す 7384
« Lua::assign Lua::__construct » PHP Manual Lua Lua 関数を呼び出す Lua::call Lua::__call (PECL l ... 説明 public Lua::call ( callable $lua_func , array $args = ? , int $use_self = 0 ): mixed public Lua::__cal ... l ( callable $lua_func , array $args = ? , int $use_self = 0 ): mixed 警告 この関数は、 ... 述されています。 パラメータ lua_func lua での関数名 args Lua 関数に渡される引数 use_self self を使うか否か ... call() 関連キーワード: 関数 , call , self , func , args , use , callable , array , int , public ...
https://man.plustar.jp/php/lua.call.html - [similar]
luaclosure を起動 7321
« LuaClosure LuaSandbox » PHP Manual LuaClosure luaclosure を起動 LuaClosure::__invoke (PECL lua ... を起動 説明 public LuaClosure::__invoke ( mixed ...$args ): void 警告 この関数は、 現在のところ詳細な情報は ... ん。引数のリストのみが 記述されています。 パラメータ args 戻り値 例 例1 LuaClosure::__invoke() の例 <?php $l ... d 関連キーワード: luaclosure , 起動 , LuaClosure , args , LuaSandbox , public , 警告 , 関数 , 情報 , リスト ...
https://man.plustar.jp/php/luaclosure.invoke.html - [similar]
指定した引数でクラスの新しいインスタンスを作成する 7259
« ReflectionClass::newInstance ReflectionClass::newInstanceWithoutConstructor » PHP Manual Refle ... いインスタンスを作成する ReflectionClass::newInstanceArgs (PHP 5 >= 5.1.3, PHP 7, PHP 8) ReflectionClass::ne ... wInstanceArgs — 指定した引数でクラスの新しいインスタンスを作成す ... る 説明 public ReflectionClass::newInstanceArgs ( array $args = [] ): ? object クラスの新しいインス ... 引数をクラスのコンストラクタに渡します。 パラメータ args クラスのコンストラクタに渡すパラメータを配列で指定 ...
https://man.plustar.jp/php/reflectionclass.newinstanceargs.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT