PHP Functions : Network Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Network Functions
Help URL: http://www.php.net/manual/en/ref.network.php
Items Related to Network Functions
Inner Elements of Network Functions
Network Functions contains following items:
- checkdnsrr
- closelog
- debugger_off (debugger off)
- debugger_on (debugger on)
- define_syslog_variables (define syslog variables)
- dns_check_record (dns check record)
- dns_get_mx (dns get mx)
- dns_get_record (dns get record)
- fsockopen
- gethostbyaddr
- gethostbyname
- gethostbynamel
- getmxrr
- getprotobyname
- getprotobynumber
- getservbyname
- getservbyport
- inet_ntop (inet ntop)
- inet_pton (inet pton)
- ip2long (ip long)
- long2ip (long ip)
- openlog
- pfsockopen
- socket_get_status (socket get status)
- socket_set_blocking (socket set blocking)
- socket_set_timeout (socket set timeout)
- syslog
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
|