Core
while
Reference for PHP while
Definition
while in PHP.
Syntax
<?php
// syntax for while
Example
<?php
echo "Using while";
Try It Yourself
Test it out in the Playground.
Reference for PHP while
while in PHP.
<?php
// syntax for while
<?php
echo "Using while";
Test it out in the Playground.