To location
needs(code_samples);
Function Syntax
location to_location(string name )
- id is a location name to convert
- id is a location ID # to convert
Returns the location that matches name or id as specified. Plural names will not match unless the third form is used and qty is not equal to 1.
Special
Unlike direct casting via $item[ ], no match found by this function will return $item[ none ] rather than abort.