GetPropertyValue Method
Looks up a property by name and returns the value.
Object Oriented Interface
public function doGetPropertyValue($name);
Procedural Interface
ipworksssh_psclient_do_getpropertyvalue($res, $name);
Remarks
Looks up a property in the current output object by name and returns the value of said property, or an empty string if it's not found or it's null.