arr()
arr(array $array = array()) : \app\framework\Component\StdLib\StdObject\ArrayObject\ArrayObject
Creates an instance of Array Standard Object.
Parameters
array | $array |
arr(array $array = array()) : \app\framework\Component\StdLib\StdObject\ArrayObject\ArrayObject
Creates an instance of Array Standard Object.
array | $array |
datetime(string|integer $time = "now", null|string $timezone = null) : \app\framework\Component\StdLib\StdObject\DateTimeObject\DateTimeObject
Create an instance of DateTime Standard Object.
string|integer | $time | A date/time string. List of available formats is explained here http://www.php.net/manual/en/datetime.formats.php |
null|string | $timezone | Timezone in which you want to set the date. Here is a list of valid timezones: http://php.net/manual/en/timezones.php |
str(string $string) : \app\framework\Component\StdLib\StdObject\StringObject\StringObject
Creates an instance of String Standard Object.
string | $string |
url(string $url) : \app\framework\Component\StdLib\StdObject\UrlObject\UrlObject
Creates an instance of Url Standard Object.
string | $url |