Tutorial PHP

PHP INICIO Introducción PHP Instalación de PHP Sintaxis PHP Comentarios PHP Variables PHP PHP Echo / Imprimir Tipos de datos PHP Cadenas PHP Números PHP Matemáticas PHP Constantes PHP Operadores PHP PHP Si... Más... Elseif Cambio de PHP Bucles de PHP Funciones PHP Matrices de PHP Superglobales de PHP PHP expresión regular

Formularios PHP

Manejo de formularios PHP Validación de formulario PHP Formulario PHP requerido Formulario PHP URL/Correo electrónico Formulario PHP completo

PHP Avanzado

Fecha y hora PHP PHP Incluir Manejo de archivos PHP Archivo PHP Abrir/Leer Archivo PHP Crear/Escribir Carga de archivos PHP Cookies PHP Sesiones PHP Filtros PHP Filtros PHP avanzados Funciones de devolución de llamada de PHP PHPJSON Excepciones de PHP

POO de PHP

PHP ¿Qué es la programación orientada a objetos? Clases PHP/Objetos Constructor PHP Destructor PHP Modificadores de acceso de PHP Herencia de PHP Constantes PHP Clases abstractas de PHP Interfaces PHP Características de PHP Métodos estáticos de PHP Propiedades estáticas de PHP Espacios de nombres de PHP Iterables de PHP

Base de datos MySQL

Base de datos MySQL Conexión MySQL MySQL Crear base de datos Crear tabla MySQL MySQL Insertar datos MySQL Obtener la última identificación MySQL Insertar Múltiples MySQL preparado Datos seleccionados de MySQL mysql donde MySQL Ordenar por MySQL Eliminar datos Datos de actualización de MySQL Límite de datos de MySQL

PHPXML _

Analizadores PHP XML Analizador PHP SimpleXML PHP SimpleXML - Obtener PHP XML Expatriados PHP XML DOM

PHP -AJAX

Introducción a AJAX AJAXPHP Base de datos AJAX XML AJAX Búsqueda en vivo de AJAX Encuesta AJAX

Ejemplos de PHP

Ejemplos de PHP Compilador PHP Cuestionario de PHP Ejercicios PHP Certificado PHP

Referencia PHP

Descripción general de PHP Matriz de PHP Calendario PHP Fecha PHP Directorio PHP Error PHP Excepción PHP Sistema de archivos PHP Filtro PHP PHPFTP PHPJSON Palabras clave PHP PHP Libxml Correo PHP Matemáticas PHP PHP misceláneo PHP MySQLi Red PHP Control de salida de PHP PHP expresión regular PHP SimpleXML flujo PHP Cadena PHP Manejo de variables de PHP Analizador PHP XML código postal de PHP Zonas horarias de PHP

Funciones de red de PHP


Introducción a la red PHP

Las funciones de red contienen varias funciones de red y le permiten manipular la información enviada al navegador por el servidor web, antes de que se envíe cualquier otra salida.


Instalación

Las funciones de red son parte del núcleo de PHP. No se necesita instalación para utilizar estas funciones.


Funciones de red de PHP

Function Description
checkdnsrr() Checks DNS records for type corresponding to host
closelog() Closes the connection of system logger
define_syslog_variables() Deprecated and removed in PHP 5.4. Initializes the variables used in syslog functions
dns_check_record() Alias of checkdnsrr()
dns_get_mx() Alias of getmxrr()
dns_get_record() Gets the DNS resource records associated with the specified hostname
fsockopen() Opens an Internet or Unix domain socket connection
gethostbyaddr() Returns the domain name for a given IP address
gethostbyname() Returns the IPv4 address for a given domain/host name
gethostbynamel() Returns a list of IPv4 address for a given domain/host name
gethostname() Returns the host name
getmxrr() Returns the MX records for the specified internet host name
getprotobyname() Returns the protocol number for a given protocol name
getprotobynumber()      Returns the protocol name for a given protocol number
getservbyname() Returns the port number for a given Internet service and protocol
getservbyport() Returns the Internet service for a given port and protocol
header_register_callback() Calls a header function
header_remove() Removes an HTTP header previously set with the header() function
header() Sends a raw HTTP header to a client
headers_list() Returns a list of response headers to be sent to the browser
headers_sent() Checks if/where headers have been sent
http_response_code() Sets or returns the HTTP response status code
inet_ntop() Converts a 32bit IPv4 or 128bit IPv6 address into a readable format
inet_pton() Converts a readable IP address into a packed 32bit IPv4 or 128bit IPv6 format
ip2long() Converts an IPv4 address into a long integer
long2ip() Converts a long integer address into a string in IPv4 format
openlog() Opens the connection of system logger
pfsockopen() Opens a persistent Internet or Unix domain socket connection
setcookie() Defines a cookie to be sent along with the rest of the HTTP headers
setrawcookie() Defines a cookie (without URL encoding) to be sent along with the rest of the HTTP headers
socket_get_status() Alias of stream_get_meta_data()
socket_set_blocking() Alias of stream_set_blocking()
socket_set_timeout() Alias of stream_set_timeout()
syslog() Generates a system log message