function Net_URL::Net_URL in Flickr API 5
PHP4 Constructor
See also
__construct()
File
- phpFlickr/
PEAR/ Net/ URL.php, line 105
Class
Code
function Net_URL($url = null, $useBrackets = true) {
$this
->__construct($url, $useBrackets);
}