検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 58 for 所有 (0.004 sec.)
シンボリックリンクの所有者を変更する 11416
« lchgrp link » PHP Manual ファイルシステム 関数 シンボリックリンクの所有者を変更する lchown (PH ... 5.1.3, PHP 7, PHP 8) lchown — シンボリックリンクの所有者を変更する 説明 lchown ( string $filename , string ... | int $user ): bool シンボリックリンク filename の所有者を user に変更しようと試みます。 シンボリックリンク ...所有者を変更できるのは、スーパーユーザーのみです。 パラメ ... 場合に false を返します。 例 例1 シンボリックリンクの所有者の変更 <?php $target = 'output.php' ; $link = 'out ...
https://man.plustar.jp/php/function.lchown.html - [similar]
現在の PHP スクリプトの所有者の名前を取得する 11343
« get_cfg_var get_defined_constants » PHP Manual PHP オプション/情報 関数 現在の PHP スクリプトの ... , PHP 8) get_current_user — 現在の PHP スクリプトの所有者の名前を取得する 説明 get_current_user (): string ... 現在の PHP スクリプトの所有者の名前を返します。 パラメータ この関数にはパラメー ... ript owner: SYSTEM 参考 getmyuid() - PHP スクリプト所有者のユーザー ID を取得する getmygid() - PHP スクリプ ... トの所有者の GID を得る getmypid() - PHP のプロセス ID を取得 ...
https://man.plustar.jp/php/function.get-current-user.html - [similar]
PHP スクリプト所有者のユーザー ID を取得する 10802
« getmypid getopt » PHP Manual PHP オプション/情報 関数 PHP スクリプト所有者のユーザー ID を取得 ... P 4, PHP 5, PHP 7, PHP 8) getmyuid — PHP スクリプト所有者のユーザー ID を取得する 説明 getmyuid (): int | f ... lse を返します。 参考 getmygid() - PHP スクリプトの所有者の GID を得る getmypid() - PHP のプロセス ID を取得 ... する get_current_user() - 現在の PHP スクリプトの所有者の名前を取得する getmyinode() - 現在のスクリプトの ... する 関連キーワード: スクリプト , 取得 , ユーザー , 所有 , getmyuid , getmypid , 関数 , パラメータ , 名前 , ...
https://man.plustar.jp/php/function.getmyuid.html - [similar]
ファイルのモードを変更する 10524
« chgrp chown » PHP Manual ファイルシステム 関数 ファイルのモードを変更する chmod (PHP 4, PHP 5, ... issions 引数は 3 つの 8 進法による数値で構成され、 所有者自身、所有者が属するグループ、その他のユーザーの順 ... mod 」や「 man 2 chmod 」をご覧ください。 <?php // 所有者に読み込み、書き込みの権限を与え、その他には何も許 ... 可しない。 chmod ( "/somedir/somefile" , 0600 ); // 所有者に読み込み、書き込みの権限を与え、その他には読み込 ... 許可する。 chmod ( "/somedir/somefile" , 0644 ); // 所有者に全ての権限を与え、その他には読み込みと実行を許可 ...
https://man.plustar.jp/php/function.chmod.html - [similar]
現在の DirectoryIterator アイテムの所有者を取得する 10319
« DirectoryIterator::getMTime DirectoryIterator::getPath » PHP Manual DirectoryIterator 現在の D ... irectoryIterator アイテムの所有者を取得する DirectoryIterator::getOwner (PHP 5, PHP ... tor::getOwner — 現在の DirectoryIterator アイテムの所有者を取得する 説明 public DirectoryIterator::getOwner ... (): int 現在の DirectoryIterator アイテムの所有者を、数値形式で取得します。 パラメータ この関数には ... パラメータはありません。 戻り値 ファイルの所有者を、数値形式で返します。 例 例1 DirectoryIterator: ...
https://man.plustar.jp/php/directoryiterator.getowner.html - [similar]
ファイルの所有者を取得する 10041
« filemtime fileperms » PHP Manual ファイルシステム 関数 ファイルの所有者を取得する fileowner (P ... HP 4, PHP 5, PHP 7, PHP 8) fileowner — ファイルの所有者を取得する 説明 fileowner ( string $filename ): in ... t | false ファイルの所有者を取得します。 パラメータ filename ファイルへのパス ... 。 戻り値 ファイルの所有者のユーザー ID を返し、失敗した場合に false を返しま ... したときは E_WARNING が発生します。 例 例1 ファイルの所有者の取得 <?php $filename = 'index.php' ; print_r ( p ...
https://man.plustar.jp/php/function.fileowner.html - [similar]
PHP スクリプトの所有者の GID を得る 9982
« getlastmod getmyinode » PHP Manual PHP オプション/情報 関数 PHP スクリプトの所有者の GID を得る ... 0, PHP 5, PHP 7, PHP 8) getmygid — PHP スクリプトの所有者の GID を得る 説明 getmygid (): int | false 現在の ... false を返します。 参考 getmyuid() - PHP スクリプト所有者のユーザー ID を取得する getmypid() - PHP のプロセ ... 取得する get_current_user() - 現在の PHP スクリプトの所有者の名前を取得する getmyinode() - 現在のスクリプトの ...
https://man.plustar.jp/php/function.getmygid.html - [similar]
シンボリックリンクのグループ所有権を変更する 9836
« is_writeable lchown » PHP Manual ファイルシステム 関数 シンボリックリンクのグループ所有権を変更 ... PHP 7, PHP 8) lchgrp — シンボリックリンクのグループ所有権を変更する 説明 lchgrp ( string $filename , string ... のグループを変更する lchown() - シンボリックリンクの所有者を変更する chown() - ファイルの所有者を変更する ch ... のモードを変更する 関連キーワード: 変更 , グループ , 所有 , filename , 注意 , group , lchgrp , 関数 , string ...
https://man.plustar.jp/php/function.lchgrp.html - [similar]
ファイルの所有者を取得する 9162
« SplFileInfo::getMTime SplFileInfo::getPath » PHP Manual SplFileInfo ファイルの所有者を取得する ... 2, PHP 7, PHP 8) SplFileInfo::getOwner — ファイルの所有者を取得する 説明 public SplFileInfo::getOwner (): i ... nt | false ファイルの所有者を取得します。オーナー ID は数値形式で返されます。 ...
https://man.plustar.jp/php/splfileinfo.getowner.html - [similar]
ファイルの所有者を変更する 9089
« chmod clearstatcache » PHP Manual ファイルシステム 関数 ファイルの所有者を変更する chown (PHP ... 4, PHP 5, PHP 7, PHP 8) chown — ファイルの所有者を変更する 説明 chown ( string $filename , string ... | int $user ): bool ファイル filename の所有者を(名前または番号で指定した) ユーザー user に変更し ... ようと試みます。 スーパーユーザーのみがファイルの所有者を変更できます。 パラメータ filename ファイルへのパ ...
https://man.plustar.jp/php/function.chown.html - [similar]
PREV 1 2 3 4 5 6 NEXT