Skip to Content
Mastering PHP 7
book

Mastering PHP 7

by Branko Ajzele
June 2017
Intermediate to advanced
536 pages
9h 49m
English
Packt Publishing
Content preview from Mastering PHP 7

Ticks

PCNTL relies on ticks for its signal handling callback mechanism. The official definition (http://php.net/manual/en/control-structures.declare.php) of a tick says:

A tick is an event that occurs for every N low-level tickable statements executed by the parser within the declare block. The value for N is specified using ticks=N within the declare block's directive section.

To elaborate on that, a tick is an event. Using the declare() language construct, we control how many statements it takes to set off a tick. We then use register_ tick_ function() to execute our function upon each fired tick. Ticks are basically a side-effect of a number of evaluated expressions; the side effect we can react to with our custom functions. While most ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning PHP 7

Learning PHP 7

Antonio L Zapata (GBP)
Upgrading to PHP 5

Upgrading to PHP 5

Adam Trachtenberg

Publisher Resources

ISBN: 9781785882814Supplemental Content