URL Functions in PHP - PHP Views : 742
Tagged in : PHP
1 0
Send mail
Hi...
URL Functions are:
FunctionDescription
base64_decodeDecodes data encoded with MIME base64
base64_encodeEncodes data with MIME base64
get_headersFetches all the headers sent by the server in response to a HTTP request
get_meta_tagsExtracts all meta tag content attributes from a file and returns an array
ttp_build_queryGenerate URL-encoded query string
parse_urlParse a URL and return its components
rawurldecodeDecode URL-encoded strings
rawurlencodeURL-encode according to RFC 1738
urldecodeDecodes URL-encoded string
urlencodeURL-encodes string


By Nirmala, On - 2009-04-07



    Login to add Comments .