Differences

This shows you the differences between two versions of the page.

Link to this comparison view

snippets:php:start [2012/06/11 19:53] – move page from tag/snippet, here is the right place enricosnippets:php:start [2020/03/29 20:51] (current) – Copy edited (however, what is meant by "for<TAB>" and isn't the "for" incomplete near "$i <"?) petermortensen
Line 1: Line 1:
-====== Collection of Snippets for PHP ======+====== Collection of snippets for PHP ======
  
-===== Control structures : =====+===== Control structures: =====
 <code> <code>
-#Control structures :+# Control structures:
 for=for ($i = 0; $i < %cursor%; $i++) %block% for=for ($i = 0; $i < %cursor%; $i++) %block%
 while=while (%cursor%) %block% while=while (%cursor%) %block%
Print/export