Function¶
phpDoc¶
-
class
somethingNew¶ @author My Name @author My Name <my.name@example.com>
-
myFunction($myArgument)¶ A summary informing the user what the associated element does.
A description, that can span multiple lines, to go _in-depth_ into the details of this element and to provide some background information or textual references.
- @param string $myArgument With a description of this argument, these may also
- span multiple lines.
@return void
-
anotherFunction($myArgument)¶ A summary informing the user what the associated element does.
A description, that can span multiple lines, to go _in-depth_ into the details of this element and to provide some background information or textual references.
@author My Name
@author My Name <my.name@example.com>
@param string $myArgument With a description of this argument,
@return void
-
phpautoclass¶
Auto2¶
phpDomain¶
-
class
DateTime¶ Datetime class
-
DateTime::setDate($year, $month, $day)¶ Set the date.
Parameters: - $year (int) – The year.
- $month (int) – The month.
- $day (int) – The day.
Returns: Either false on failure, or the datetime object for method chaining.
-
DateTime::setTime($hour, $minute[, $second])¶ Set the time.
Parameters: - $hour (int) – The hour
- $minute (int) – The minute
- $second (int) – The second
Returns: Either false on failure, or the datetime object for method chaining.
-
constant
DateTime::ATOM¶ Y-m-dTH:i:sP