検索

phrase: max: clip:
target: order:
Results of 401 - 410 of about 453 for [SIMILAR] 16 1024 4096 WITH 103362 vt100 WITH 26... (0.642 sec.)
インクリメンタルな圧縮コンテキストを初期化する 0
« deflate_add gzclose » PHP Manual Zlib 関数 インクリメンタルな圧縮コンテキストを初期化する deflate_init (PHP 7, PHP 8) deflate_init — インクリメンタルな圧縮コンテキストを初期化する 説明 deflate_init ( int $encoding , array $options = [] ): DeflateContext | false 指定された encoding を使 ...
https://man.plustar.jp/php/function.deflate-init.html - [similar]
fd について C ライブラリの fcntl を実行する 0
« dio_close dio_open » PHP Manual ダイレクト IO 関数 fd について C ライブラリの fcntl を実行する dio_fcntl (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_fcntl — fd について C ライブラリの fcntl を実行する 説明 dio_fcntl ( resource $fd , int $cmd , mixed $args = ? ): mixed 関数 dio_fcntl() は、ファ ...
https://man.plustar.jp/php/function.dio-fcntl.html - [similar]
外部プログラムを実行する 0
« escapeshellcmd passthru » PHP Manual プログラム実行関数 外部プログラムを実行する exec (PHP 4, PHP 5, PHP 7, PHP 8) exec — 外部プログラムを実行する 説明 exec ( string $command , array &$output = null , int &$result_code = null ): string | false exec() は指定されたコマンド command を実行 ...
https://man.plustar.jp/php/function.exec.html - [similar]
パターンにマッチするパス名を探す 0
« fwrite is_dir » PHP Manual ファイルシステム 関数 パターンにマッチするパス名を探す glob (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) glob — パターンにマッチするパス名を探す 説明 glob ( string $pattern , int $flags = 0 ): array | false glob() 関数は libc の glob() 関数で使われるルールに基づいて ...
https://man.plustar.jp/php/function.glob.html - [similar]
プロセスへのファイルポインタをオープンする 0
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする popen (PHP 4, PHP 5, PHP 7, PHP 8) popen — プロセスへのファイルポインタをオープンする 説明 popen ( string $command , string $mode ): resource | false command で指定したコマンドのフォークによっ ...
https://man.plustar.jp/php/function.popen.html - [similar]
乱数を生成する 0
« rad2deg round » PHP Manual Math 関数 乱数を生成する rand (PHP 4, PHP 5, PHP 7, PHP 8) rand — 乱数を生成する 説明 rand (): int rand ( int $min , int $max ): int オプションの引数 min , max を省略してコールした場合、 rand() は 0 と getrandmax() の間の擬似乱数(整数)を返します。 例えば、5 か ...
https://man.plustar.jp/php/function.rand.html - [similar]
ソケットに名前をバインドする 0
« socket_addrinfo_lookup socket_clear_error » PHP Manual ソケット 関数 ソケットに名前をバインドする socket_bind (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_bind — ソケットに名前をバインドする 説明 socket_bind ( Socket $socket , string $address , int $port = 0 ): bool address で指定した名 ...
https://man.plustar.jp/php/function.socket-bind.html - [similar]
サービスの状態を問い合わせる 0
« win32_pause_service win32_send_custom_control » PHP Manual win32service 関数 サービスの状態を問い合わせる win32_query_service_status (PECL win32service >=0.1.0) win32_query_service_status — サービスの状態を問い合わせる 説明 win32_query_service_status ( string $servicename , string $mac ...
https://man.plustar.jp/php/function.win32-query-service-status.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHPでGDサポートを有効にするには、configure に --with-gd[=DIR] を指定します。ただし、DIRは GDのベースインストールディレクトリです。 PHPにバンドルされている推奨のGDライブラリを使用するには --with-gd を指定し ...
https://man.plustar.jp/php/image.installation.html - [similar]
はじめに 0
« COM インストール/設定 » PHP Manual COM はじめに はじめに COM は Component Object Model の略語であり、 DCE RPC (オープンスタンダード) の最上位のオブジェクト指向レイヤーです。 COM はコール手順を共通化し、あらゆる言語でコードを記述し、 (COM に対応した)他の言語で書かれたコードをコール、相互 ...
https://man.plustar.jp/php/intro.com.html - [similar]