A global variable
A global constant
A global constant
Checks for needle in haystack.
needle – The element to search for.
haystack (array
) – The array to search.
Element exists in array.
boolean
Datetime class
Set the date in the datetime object
$year (int
) – The year.
$month (int
) – The month.
$day (int
) – The day.
Set the time. See setDate()
for changing the date.
$hour (int
) – The hour
$minute (int
) – The minute
$second (int
) – The second
Returns the warnings and errors
array Returns array containing info about warnings and errors.
Y-m-dTH:i:sP
Value of some attribute
Another class
Update something.
This attribute wasn’t indented
This class constant wasn’t indented
A static method.
Throw when you get an argument that is bad.
Datetime interface
Set the date in the datetime object
$year (int
) – The year.
$month (int
) – The month.
$day (int
) – The day.
Set the time
$hour (int
) – The hour
$minute (int
) – The minute
$second (int
) – The second
Y-m-dTH:i:sP
Value of some attribute
Another interface
A logging trait
A method description.
A global variable
Position of needle in haystack
The following links should not be prefixed with a classname.
A function in a namespace
$one (string
) – First parameter.
$two (string
) – Second parameter.
A constant in a namespace
This exception is in a namespace.
A class in a namespace
An instance method
Test constant
A property!
A static method in a namespace
A class in the namespace, no indenting on children
A normal instance method.
A property
Const on class in namespace
A static method here.
A final class
A public instance method.
A protected instance method.
A private instance method.
A static method.
A protected final method.
An abstract class
A interface in a namespace
An instance method
A trait in a namespace
Render a template.
Within a namespace context you don’t need to include the namespace in links.
All of the following links should not be prefixed with a namespace.
All of the following links should not be prefixed with a classname.
LibraryName\LibraryClass::TEST_CONST
LibraryName\LibraryClass::$property
Should not be prefixed with classname.
In a package
A class in a subpackage
A class in a subpackage
LibraryName\SubPackage\SubpackageClass
LibraryName\SubPackage\SubpackageInterface
A class to do some returning.
An object instance of a class from the same namespace.
An object instance of a class from another namespace.
The value of a specific class constant.
The value of a specific global constant.
An instance of an exception.
A scalar string type.
string
Any of a whole bunch of things specified with a PHP 8 union type.
int|string|OtherLibrary\ReturnedClass|LibraryName\SubPackage\SubpackageInterface|null
A class to return.
In playing cards, a suit is one of the categories into which the cards of a deck are divided.
In playing cards, a suit is one of the categories into which the cards of a deck are divided.
In playing cards, a suit is one of the categories into which the cards of a deck are divided.
Returns “red” for hearts and diamonds, “black” for clubs and spades.
Returns an array of the values of all the cases on this enum.
An alias for Example\Advanced\Suit::Hearts
.
An alias for Example\Advanced\Suit::Diamonds
.
An alias for Example\Advanced\Suit::Clubs
.
An alias for Example\Advanced\Suit::Spades
.