Funções da Network

Índice

  • checkdnsrr — Checa os registros DNS correspondentes para o nome do host ou endereço IP informado
  • closelog — Close connection to system logger
  • dns_check_record — Sinônimo de checkdnsrr
  • dns_get_mx — Sinônimo de getmxrr
  • dns_get_record — Fetch DNS Resource Records associated with a hostname
  • fsockopen — Abre uma conexão socket de domínio Unix ou Internet
  • gethostbyaddr — Obtém nome do servidor de Internet correspondente ao endereço de IP fornecido
  • gethostbyname — Obtenha o endereço IPv4 correspondente a um determinado nome de host da Internet
  • gethostbynamel — Obtenha uma lista de endereços IPv4 correspondentes a um determinado nome de host da Internet
  • gethostname — Gets the host name
  • getmxrr — Get MX records corresponding to a given Internet host name
  • getprotobyname — Get protocol number associated with protocol name
  • getprotobynumber — Get protocol name associated with protocol number
  • getservbyname — Get port number associated with an Internet service and protocol
  • getservbyport — Get Internet service which corresponds to port and protocol
  • header_register_callback — Call a header function
  • header_remove — Remove cabeçalhos definidos anteriormente
  • header — Send a raw HTTP header
  • headers_list — Retorna uma lista de cabeçalhos de resposta enviados (ou prontos para enviar)
  • headers_sent — Checks if or where headers have been sent
  • http_response_code — Get or Set the HTTP response code
  • inet_ntop — Converts a packed internet address to a human readable representation
  • inet_pton — Converts a human readable IP address to its packed in_addr representation
  • ip2long — Converts a string containing an (IPv4) Internet Protocol dotted address into a long integer
  • long2ip — Converts a long integer address into a string in (IPv4) Internet standard dotted format
  • net_get_interfaces — Get network interfaces
  • openlog — Open connection to system logger
  • pfsockopen — Open persistent Internet or Unix domain socket connection
  • setcookie — Envia um cookie
  • setrawcookie — Send a cookie without urlencoding the cookie value
  • socket_get_status — Sinônimo de stream_get_meta_data
  • socket_set_blocking — Sinônimo de stream_set_blocking
  • socket_set_timeout — Sinônimo de stream_set_timeout
  • syslog — Generate a system log message
To Top