URLPath Property
The path for the URL.
Object Oriented Interface
public function getURLPath(); public function setURLPath($value);
Procedural Interface
ipworks_http_get($res, 49 ); ipworks_http_set($res, 49, $value );
Default Value
''
Remarks
This property contains the path for the URL. The URL path as determined by parsing the value set in the URL property.
This property is not available at design time.
Data Type
String