PHP 8.5.0 Beta 2 available for testing

Voting

: zero plus four?
(Example: nine)

The Note You're Voting On

kevinpeno at gmail dot com
15 years ago
While you cannot implement this interface, you can use it in your checks to determine if something is usable in for each. Here is what I use if I'm expecting something that must be iterable via foreach.

<?php
if( !is_array( $items ) && !$items instanceof Traversable )
//Throw exception here
?>

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /