×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Eric Moore
Added: Jan 24, 2022 5:21 AM
Views: 394
Tags: no tags
  1. foreach($class_array as $value)
  2. {
  3.         print $value;
  4. }