getmyuid

(PHP 4, PHP 5, PHP 7, PHP 8)

getmyuidPHP スクリプト所有者のユーザー ID を取得する

説明

getmyuid(): int|false

現在のスクリプトのユーザー ID を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

現在のスクリプトのユーザー ID を返し、エラーの場合は false を返します。

参考

  • getmygid() - PHP スクリプトの所有者の GID を得る
  • getmypid() - PHP のプロセス ID を取得する
  • get_current_user() - 現在の PHP スクリプトの所有者の名前を取得する
  • getmyinode() - 現在のスクリプトの inode を取得する
  • getlastmod() - 最終更新時刻を取得する

関連キーワード:  スクリプト, 取得, ユーザー, 所有, getmyuid, getmypid, 関数, パラメータ, 名前, 更新