検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1052 for [SIMILAR] 16 1024 4096 WITH 22451 posix WITH 100... (0.559 sec.)
fifo スペシャルファイル(名前付きパイプ)を作成する 0
« posix_kill posix_mknod » PHP Manual POSIX 関数 fifo スペシャルファイル(名前付きパイプ)を作成する posix_mkfifo (PHP 4, PHP 5, PHP 7, PHP 8) posix_mkfifo — fifo スペシャルファイル(名前付きパイプ)を作成する 説明 posix_mkfifo ( string $filename , int $permissions ): bool posix_mkfifo() は、 ...
https://man.plustar.jp/php/function.posix-mkfifo.html - [similar]
ファイル記述子が対話型端末であるかどうかを定義する 0
« posix_initgroups posix_kill » PHP Manual POSIX 関数 ファイル記述子が対話型端末であるかどうかを定義する posix_isatty (PHP 4, PHP 5, PHP 7, PHP 8) posix_isatty — ファイル記述子が対話型端末であるかどうかを定義する 説明 posix_isatty ( resource | int $file_descriptor ): bool ファイル記述子 ...
https://man.plustar.jp/php/function.posix-isatty.html - [similar]
ファイルの所有者を取得する 0
« filemtime fileperms » PHP Manual ファイルシステム 関数 ファイルの所有者を取得する fileowner (PHP 4, PHP 5, PHP 7, PHP 8) fileowner — ファイルの所有者を取得する 説明 fileowner ( string $filename ): int | false ファイルの所有者を取得します。 パラメータ filename ファイルへのパス。 戻り値 ...
https://man.plustar.jp/php/function.fileowner.html - [similar]
Apache モジュールとしてインストール 0
« ケース 4: Webツリーの外にPHPパーサを置く セッションのセキュリティ » PHP Manual セキュリティ Apache モジュールとしてインストール Apache モジュールとしてインストール PHP が Apache モジュールとして使用された場合、 PHP は、Apache ユー ザーの許可属性(通常はユーザー "nobody" の許可属性)を継承 ...
https://man.plustar.jp/php/security.apache.html - [similar]
ファイルシステムが拡張属性をサポートしているかどうかを調べる 0
« xattr_set xdiff » PHP Manual xattr 関数 ファイルシステムが拡張属性をサポートしているかどうかを調べる xattr_supported (PECL xattr >= 1.0.0) xattr_supported — ファイルシステムが拡張属性をサポートしているかどうかを調べる 説明 xattr_supported ( string $filename , int $flags = 0 ): bool この ...
https://man.plustar.jp/php/function.xattr-supported.html - [similar]
ファイルのグループを取得する 0
« filectime fileinode » PHP Manual ファイルシステム 関数 ファイルのグループを取得する filegroup (PHP 4, PHP 5, PHP 7, PHP 8) filegroup — ファイルのグループを取得する 説明 filegroup ( string $filename ): int | false ファイルのグループを取得します。戻り値は、数値形式のグループ ID です。 グ ...
https://man.plustar.jp/php/function.filegroup.html - [similar]
現在のプロセスの実効 GID を設定する 0
« posix_mknod posix_seteuid » PHP Manual POSIX 関数 現在のプロセスの実効 GID を設定する posix_setegid (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) posix_setegid — 現在のプロセスの実効 GID を設定する 説明 posix_setegid ( int $group_id ): bool 現在のプロセスの実効グループ ID を設定します。 この関 ...
https://man.plustar.jp/php/function.posix-setegid.html - [similar]
ファイルのステータスのキャッシュをクリアする 0
« chown copy » PHP Manual ファイルシステム 関数 ファイルのステータスのキャッシュをクリアする clearstatcache (PHP 4, PHP 5, PHP 7, PHP 8) clearstatcache — ファイルのステータスのキャッシュをクリアする 説明 clearstatcache ( bool $clear_realpath_cache = false , string $filename = "" ): void ...
https://man.plustar.jp/php/function.clearstatcache.html - [similar]
ファイルのパーミッションを取得する 0
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する fileperms (PHP 4, PHP 5, PHP 7, PHP 8) fileperms — ファイルのパーミッションを取得する 説明 fileperms ( string $filename ): int | false 指定したファイルのパーミッションを取得します。 パラメータ file ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
データをファイルに同期する(但しメタデータは除く) 0
« fclose feof » PHP Manual ファイルシステム 関数 データをファイルに同期する(但しメタデータは除く) fdatasync (PHP 8 >= 8.1.0) fdatasync — データをファイルに同期する(但しメタデータは除く) 説明 fdatasync ( resource $stream ): bool この関数は、 stream の内容をストレージに同期します。 fsync() ...
https://man.plustar.jp/php/function.fdatasync.html - [similar]