PHP Functions : POSIX Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions POSIX Functions
Help URL: http://www.php.net/manual/en/ref.posix.php


Items Related to POSIX Functions

Inner Elements of POSIX Functions

POSIX Functions contains following items:
  • posix_access (posix access)
  • posix_ctermid (posix ctermid)
  • posix_get_last_error (posix get last error)
  • posix_getcwd (posix getcwd)
  • posix_getegid (posix getegid)
  • posix_geteuid (posix geteuid)
  • posix_getgid (posix getgid)
  • posix_getgrgid (posix getgrgid)
  • posix_getgrnam (posix getgrnam)
  • posix_getgroups (posix getgroups)
  • posix_getlogin (posix getlogin)
  • posix_getpgid (posix getpgid)
  • posix_getpgrp (posix getpgrp)
  • posix_getpid (posix getpid)
  • posix_getppid (posix getppid)
  • posix_getpwnam (posix getpwnam)
  • posix_getpwuid (posix getpwuid)
  • posix_getrlimit (posix getrlimit)
  • posix_getsid (posix getsid)
  • posix_getuid (posix getuid)
  • posix_isatty (posix isatty)
  • posix_kill (posix kill)
  • posix_mkfifo (posix mkfifo)
  • posix_mknod (posix mknod)
  • posix_setegid (posix setegid)
  • posix_seteuid (posix seteuid)
  • posix_setgid (posix setgid)
  • posix_setpgid (posix setpgid)
  • posix_setsid (posix setsid)
  • posix_setuid (posix setuid)
  • posix_strerror (posix strerror)
  • posix_times (posix times)
  • posix_ttyname (posix ttyname)
  • posix_uname (posix uname)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home