declare

suggest change

declare is used to set an execution directive for a block of code.

The following directives are recognized:

For instance, set ticks to 1:

declare(ticks=1);

To enable strict type mode, the declare statement is used with the strict_types declaration:

declare(strict_types=1);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents