This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sgd/ysqld/ysql03d/for_schleife.php
T

5 lines
54 B
PHP

<?php
for ($i = 1; $i <= 10; $i++)
echo $i
?>