|
|
URL Functions in PHP - PHP
|
Views : 742
|
|
Tagged in : PHP
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Hi...
URL Functions are:
| Function | Description | | base64_decode | Decodes data encoded with MIME base64 | | base64_encode | Encodes data with MIME base64 | | get_headers | Fetches all the headers sent by the server in response to a HTTP request | | get_meta_tags | Extracts all meta tag content attributes from a file and returns an array | | ttp_build_query | Generate URL-encoded query string | | parse_url | Parse a URL and return its components | | rawurldecode | Decode URL-encoded strings | | rawurlencode | URL-encode according to RFC 1738 | | urldecode | Decodes URL-encoded string | | urlencode | URL-encodes string |
|
|
By Nirmala, On - 2009-04-07 |
|
|
|