php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
posix.stub.php File Reference

Go to the source code of this file.

Functions

 posix_kill (int $process_id, int $signal)
 
 posix_getpid ()
 
 posix_getppid ()
 
 posix_getuid ()
 
 posix_setuid (int $user_id)
 
 posix_geteuid ()
 
 posix_seteuid (int $user_id)
 
 posix_getgid ()
 
 posix_setgid (int $group_id)
 
 posix_getegid ()
 
 posix_setegid (int $group_id)
 
 posix_getgroups ()
 
 posix_getlogin ()
 
 posix_getpgrp ()
 
 posix_setsid ()
 
 posix_setpgid (int $process_id, int $process_group_id)
 
 posix_getpgid (int $process_id)
 
 posix_getsid (int $process_id)
 
 posix_uname ()
 
 posix_times ()
 
 posix_ctermid ()
 
 posix_ttyname ($file_descriptor)
 
 posix_isatty ($file_descriptor)
 
 posix_getcwd ()
 
 posix_mkfifo (string $filename, int $permissions)
 
 posix_mknod (string $filename, int $flags, int $major=0, int $minor=0)
 
 posix_access (string $filename, int $flags=0)
 
 posix_eaccess (string $filename, int $flags=0)
 
 posix_getgrnam (string $name)
 
 posix_getgrgid (int $group_id)
 
 posix_getpwnam (string $username)
 
 posix_getpwuid (int $user_id)
 
 posix_getrlimit (?int $resource=null)
 
 posix_setrlimit (int $resource, int $soft_limit, int $hard_limit)
 
 posix_get_last_error ()
 
 posix_errno ()
 
 posix_strerror (int $error_code)
 
 posix_initgroups (string $username, int $group_id)
 
 posix_sysconf (int $conf_id)
 
 posix_pathconf (string $path, int $name)
 
 posix_fpathconf ($file_descriptor, int $name)
 

Variables

const POSIX_F_OK = UNKNOWN
 
const POSIX_X_OK = UNKNOWN
 
const POSIX_W_OK = UNKNOWN
 
const POSIX_R_OK = UNKNOWN
 
const POSIX_S_IFREG = UNKNOWN
 
const POSIX_S_IFCHR = UNKNOWN
 
const POSIX_S_IFBLK = UNKNOWN
 
const POSIX_S_IFIFO = UNKNOWN
 
const POSIX_S_IFSOCK = UNKNOWN
 
const POSIX_RLIMIT_AS = UNKNOWN
 
const POSIX_RLIMIT_CORE = UNKNOWN
 
const POSIX_RLIMIT_CPU = UNKNOWN
 
const POSIX_RLIMIT_DATA = UNKNOWN
 
const POSIX_RLIMIT_FSIZE = UNKNOWN
 
const POSIX_RLIMIT_LOCKS = UNKNOWN
 
const POSIX_RLIMIT_MEMLOCK = UNKNOWN
 
const POSIX_RLIMIT_MSGQUEUE = UNKNOWN
 
const POSIX_RLIMIT_NICE = UNKNOWN
 
const POSIX_RLIMIT_NOFILE = UNKNOWN
 
const POSIX_RLIMIT_NPROC = UNKNOWN
 
const POSIX_RLIMIT_RSS = UNKNOWN
 
const POSIX_RLIMIT_RTPRIO = UNKNOWN
 
const POSIX_RLIMIT_RTTIME = UNKNOWN
 
const POSIX_RLIMIT_SIGPENDING = UNKNOWN
 
const POSIX_RLIMIT_STACK = UNKNOWN
 
const POSIX_RLIMIT_KQUEUES = UNKNOWN
 
const POSIX_RLIMIT_NPTS = UNKNOWN
 
const POSIX_RLIMIT_INFINITY = UNKNOWN
 
const POSIX_SC_ARG_MAX = UNKNOWN
 
const POSIX_SC_CHILD_MAX = UNKNOWN
 
const POSIX_SC_CLK_TCK = UNKNOWN
 
const POSIX_SC_PAGESIZE = UNKNOWN
 
const POSIX_SC_NPROCESSORS_CONF = UNKNOWN
 
const POSIX_SC_NPROCESSORS_ONLN = UNKNOWN
 
const POSIX_PC_LINK_MAX = UNKNOWN
 
const POSIX_PC_MAX_CANON = UNKNOWN
 
const POSIX_PC_MAX_INPUT = UNKNOWN
 
const POSIX_PC_NAME_MAX = UNKNOWN
 
const POSIX_PC_PATH_MAX = UNKNOWN
 
const POSIX_PC_PIPE_BUF = UNKNOWN
 
const POSIX_PC_CHOWN_RESTRICTED = UNKNOWN
 
const POSIX_PC_NO_TRUNC = UNKNOWN
 
const POSIX_PC_ALLOC_SIZE_MIN = UNKNOWN
 
const POSIX_PC_SYMLINK_MAX = UNKNOWN
 

Function Documentation

◆ posix_access()

posix_access ( string $filename,
int $flags = 0 )

Definition at line 394 of file posix.stub.php.

◆ posix_ctermid()

posix_ctermid ( )

Definition at line 375 of file posix.stub.php.

◆ posix_eaccess()

posix_eaccess ( string $filename,
int $flags = 0 )

Definition at line 397 of file posix.stub.php.

◆ posix_errno()

posix_errno ( )

@alias posix_get_last_error

Definition at line 439 of file posix.stub.php.

◆ posix_fpathconf()

posix_fpathconf ( $file_descriptor,
int $name )
Parameters
resource | int$file_descriptor

Definition at line 455 of file posix.stub.php.

◆ posix_get_last_error()

posix_get_last_error ( )

Definition at line 436 of file posix.stub.php.

◆ posix_getcwd()

posix_getcwd ( )

Definition at line 384 of file posix.stub.php.

◆ posix_getegid()

posix_getegid ( )

Definition at line 327 of file posix.stub.php.

◆ posix_geteuid()

posix_geteuid ( )

Definition at line 317 of file posix.stub.php.

◆ posix_getgid()

posix_getgid ( )

Definition at line 323 of file posix.stub.php.

◆ posix_getgrgid()

posix_getgrgid ( int $group_id)
Returns
array<string, int|string|array|null>|false @refcount 1

Definition at line 410 of file posix.stub.php.

◆ posix_getgrnam()

posix_getgrnam ( string $name)
Returns
array<string, int|string|array|null>|false @refcount 1

Definition at line 404 of file posix.stub.php.

◆ posix_getgroups()

posix_getgroups ( )
Returns
array<int, int>|false @refcount 1

Definition at line 338 of file posix.stub.php.

◆ posix_getlogin()

posix_getlogin ( )

Definition at line 342 of file posix.stub.php.

◆ posix_getpgid()

posix_getpgid ( int $process_id)

Definition at line 354 of file posix.stub.php.

◆ posix_getpgrp()

posix_getpgrp ( )

Definition at line 345 of file posix.stub.php.

◆ posix_getpid()

posix_getpid ( )

Definition at line 309 of file posix.stub.php.

◆ posix_getppid()

posix_getppid ( )

Definition at line 311 of file posix.stub.php.

◆ posix_getpwnam()

posix_getpwnam ( string $username)
Returns
array<string, int|string>|false @refcount 1

Definition at line 416 of file posix.stub.php.

◆ posix_getpwuid()

posix_getpwuid ( int $user_id)
Returns
array<string, int|string>|false @refcount 1

Definition at line 422 of file posix.stub.php.

◆ posix_getrlimit()

posix_getrlimit ( ?int $resource = null)
Returns
array<int|string, int|string>|false @refcount 1

Definition at line 429 of file posix.stub.php.

◆ posix_getsid()

posix_getsid ( int $process_id)

Definition at line 358 of file posix.stub.php.

◆ posix_getuid()

posix_getuid ( )

Definition at line 313 of file posix.stub.php.

◆ posix_initgroups()

posix_initgroups ( string $username,
int $group_id )

Definition at line 444 of file posix.stub.php.

◆ posix_isatty()

posix_isatty ( $file_descriptor)
Parameters
resource | int$file_descriptor

Definition at line 382 of file posix.stub.php.

◆ posix_kill()

posix_kill ( int $process_id,
int $signal )

Definition at line 307 of file posix.stub.php.

◆ posix_mkfifo()

posix_mkfifo ( string $filename,
int $permissions )

Definition at line 387 of file posix.stub.php.

◆ posix_mknod()

posix_mknod ( string $filename,
int $flags,
int $major = 0,
int $minor = 0 )

Definition at line 391 of file posix.stub.php.

◆ posix_pathconf()

posix_pathconf ( string $path,
int $name )

Definition at line 450 of file posix.stub.php.

◆ posix_setegid()

posix_setegid ( int $group_id)

Definition at line 330 of file posix.stub.php.

◆ posix_seteuid()

posix_seteuid ( int $user_id)

Definition at line 320 of file posix.stub.php.

◆ posix_setgid()

posix_setgid ( int $group_id)

Definition at line 325 of file posix.stub.php.

◆ posix_setpgid()

posix_setpgid ( int $process_id,
int $process_group_id )

Definition at line 351 of file posix.stub.php.

◆ posix_setrlimit()

posix_setrlimit ( int $resource,
int $soft_limit,
int $hard_limit )

Definition at line 433 of file posix.stub.php.

◆ posix_setsid()

posix_setsid ( )

Definition at line 348 of file posix.stub.php.

◆ posix_setuid()

posix_setuid ( int $user_id)

Definition at line 315 of file posix.stub.php.

◆ posix_strerror()

posix_strerror ( int $error_code)

Definition at line 441 of file posix.stub.php.

◆ posix_sysconf()

posix_sysconf ( int $conf_id)

Definition at line 447 of file posix.stub.php.

◆ posix_times()

posix_times ( )
Returns
array<string, int>|false @refcount 1

Definition at line 371 of file posix.stub.php.

◆ posix_ttyname()

posix_ttyname ( $file_descriptor)
Parameters
resource | int$file_descriptor

Definition at line 379 of file posix.stub.php.

◆ posix_uname()

posix_uname ( )
Returns
array<string, string>|false @refcount 1

Definition at line 365 of file posix.stub.php.

Variable Documentation

◆ POSIX_F_OK

const POSIX_F_OK = UNKNOWN

Definition at line 9 of file posix.stub.php.

◆ POSIX_PC_ALLOC_SIZE_MIN

const POSIX_PC_ALLOC_SIZE_MIN = UNKNOWN

Definition at line 297 of file posix.stub.php.

◆ POSIX_PC_CHOWN_RESTRICTED

const POSIX_PC_CHOWN_RESTRICTED = UNKNOWN

Definition at line 283 of file posix.stub.php.

◆ POSIX_PC_LINK_MAX

const POSIX_PC_LINK_MAX = UNKNOWN

Definition at line 241 of file posix.stub.php.

◆ POSIX_PC_MAX_CANON

const POSIX_PC_MAX_CANON = UNKNOWN

Definition at line 248 of file posix.stub.php.

◆ POSIX_PC_MAX_INPUT

const POSIX_PC_MAX_INPUT = UNKNOWN

Definition at line 255 of file posix.stub.php.

◆ POSIX_PC_NAME_MAX

const POSIX_PC_NAME_MAX = UNKNOWN

Definition at line 262 of file posix.stub.php.

◆ POSIX_PC_NO_TRUNC

const POSIX_PC_NO_TRUNC = UNKNOWN

Definition at line 290 of file posix.stub.php.

◆ POSIX_PC_PATH_MAX

const POSIX_PC_PATH_MAX = UNKNOWN

Definition at line 269 of file posix.stub.php.

◆ POSIX_PC_PIPE_BUF

const POSIX_PC_PIPE_BUF = UNKNOWN

Definition at line 276 of file posix.stub.php.

◆ POSIX_PC_SYMLINK_MAX

const POSIX_PC_SYMLINK_MAX = UNKNOWN

Definition at line 304 of file posix.stub.php.

◆ POSIX_R_OK

const POSIX_R_OK = UNKNOWN

Definition at line 24 of file posix.stub.php.

◆ POSIX_RLIMIT_AS

const POSIX_RLIMIT_AS = UNKNOWN

Definition at line 66 of file posix.stub.php.

◆ POSIX_RLIMIT_CORE

const POSIX_RLIMIT_CORE = UNKNOWN

Definition at line 73 of file posix.stub.php.

◆ POSIX_RLIMIT_CPU

const POSIX_RLIMIT_CPU = UNKNOWN

Definition at line 80 of file posix.stub.php.

◆ POSIX_RLIMIT_DATA

const POSIX_RLIMIT_DATA = UNKNOWN

Definition at line 87 of file posix.stub.php.

◆ POSIX_RLIMIT_FSIZE

const POSIX_RLIMIT_FSIZE = UNKNOWN

Definition at line 94 of file posix.stub.php.

◆ POSIX_RLIMIT_INFINITY

const POSIX_RLIMIT_INFINITY = UNKNOWN

Definition at line 192 of file posix.stub.php.

◆ POSIX_RLIMIT_KQUEUES

const POSIX_RLIMIT_KQUEUES = UNKNOWN

Definition at line 178 of file posix.stub.php.

◆ POSIX_RLIMIT_LOCKS

const POSIX_RLIMIT_LOCKS = UNKNOWN

Definition at line 101 of file posix.stub.php.

◆ POSIX_RLIMIT_MEMLOCK

const POSIX_RLIMIT_MEMLOCK = UNKNOWN

Definition at line 108 of file posix.stub.php.

◆ POSIX_RLIMIT_MSGQUEUE

const POSIX_RLIMIT_MSGQUEUE = UNKNOWN

Definition at line 115 of file posix.stub.php.

◆ POSIX_RLIMIT_NICE

const POSIX_RLIMIT_NICE = UNKNOWN

Definition at line 122 of file posix.stub.php.

◆ POSIX_RLIMIT_NOFILE

const POSIX_RLIMIT_NOFILE = UNKNOWN

Definition at line 129 of file posix.stub.php.

◆ POSIX_RLIMIT_NPROC

const POSIX_RLIMIT_NPROC = UNKNOWN

Definition at line 136 of file posix.stub.php.

◆ POSIX_RLIMIT_NPTS

const POSIX_RLIMIT_NPTS = UNKNOWN

Definition at line 185 of file posix.stub.php.

◆ POSIX_RLIMIT_RSS

const POSIX_RLIMIT_RSS = UNKNOWN

Definition at line 143 of file posix.stub.php.

◆ POSIX_RLIMIT_RTPRIO

const POSIX_RLIMIT_RTPRIO = UNKNOWN

Definition at line 150 of file posix.stub.php.

◆ POSIX_RLIMIT_RTTIME

const POSIX_RLIMIT_RTTIME = UNKNOWN

Definition at line 157 of file posix.stub.php.

◆ POSIX_RLIMIT_SIGPENDING

const POSIX_RLIMIT_SIGPENDING = UNKNOWN

Definition at line 164 of file posix.stub.php.

◆ POSIX_RLIMIT_STACK

const POSIX_RLIMIT_STACK = UNKNOWN

Definition at line 171 of file posix.stub.php.

◆ POSIX_S_IFBLK

const POSIX_S_IFBLK = UNKNOWN

Definition at line 45 of file posix.stub.php.

◆ POSIX_S_IFCHR

const POSIX_S_IFCHR = UNKNOWN

Definition at line 38 of file posix.stub.php.

◆ POSIX_S_IFIFO

const POSIX_S_IFIFO = UNKNOWN

Definition at line 52 of file posix.stub.php.

◆ POSIX_S_IFREG

const POSIX_S_IFREG = UNKNOWN

Definition at line 31 of file posix.stub.php.

◆ POSIX_S_IFSOCK

const POSIX_S_IFSOCK = UNKNOWN

Definition at line 59 of file posix.stub.php.

◆ POSIX_SC_ARG_MAX

const POSIX_SC_ARG_MAX = UNKNOWN

Definition at line 199 of file posix.stub.php.

◆ POSIX_SC_CHILD_MAX

const POSIX_SC_CHILD_MAX = UNKNOWN

Definition at line 206 of file posix.stub.php.

◆ POSIX_SC_CLK_TCK

const POSIX_SC_CLK_TCK = UNKNOWN

Definition at line 213 of file posix.stub.php.

◆ POSIX_SC_NPROCESSORS_CONF

const POSIX_SC_NPROCESSORS_CONF = UNKNOWN

Definition at line 227 of file posix.stub.php.

◆ POSIX_SC_NPROCESSORS_ONLN

const POSIX_SC_NPROCESSORS_ONLN = UNKNOWN

Definition at line 234 of file posix.stub.php.

◆ POSIX_SC_PAGESIZE

const POSIX_SC_PAGESIZE = UNKNOWN

Definition at line 220 of file posix.stub.php.

◆ POSIX_W_OK

const POSIX_W_OK = UNKNOWN

Definition at line 19 of file posix.stub.php.

◆ POSIX_X_OK

const POSIX_X_OK = UNKNOWN

Definition at line 14 of file posix.stub.php.