Ben zor bir zaman PHP kontrol yapısı declare anlamakta () olan ve kullanılacağı nerede / nasıl ediyorum.
http://us.php.net/manual/en/control-structures.declare.php
Birisi bana bunu açıklayabilir umuyordum.
Şimdiden teşekkür ederim.
Ben zor bir zaman PHP kontrol yapısı declare anlamakta () olan ve kullanılacağı nerede / nasıl ediyorum.
http://us.php.net/manual/en/control-structures.declare.php
Birisi bana bunu açıklayabilir umuyordum.
Şimdiden teşekkür ederim.
http://www.tuxradar.com/practicalphp/4/21/0 bir göz atın
ÖZET:
Put simply, a tick is a special event that occurs internally in PHP each time it has executed a certain number of statements. These statements are internal to PHP and loosely correspond to the statements in your script. You can control how many statements it takes to set off a tick using the declare() function, and you can register functions to execute when a tick occurs by using the register_tick_function() function.