PHP Iterables Function Example

Hello Dev,

In the present day, i we’ll present you PHP iterables perform instance. This text provides you with easy instance of PHP iterables perform instance. you’ll be taught PHP iterables perform instance. So let’s comply with few step to create instance of PHP iterables perform instance.


<!DOCTYPE html>
<html>
<physique>

<?php
    perform printIterable(iterable $myIterable) {
      foreach($myIterable as $merchandise) {
        echo $merchandise;
      }
    }

    $arr = ["a", "b", "c"];
    printIterable($arr);
?>

</physique>
</html>

output:


abc

Komentar

Postingan populer dari blog ini

PHP 8 Multiple Select Dropdown Example

Laravel 8 Get HTTP Hostname

JQuery Drag And Drop Menu Example