<?php // let's take a look at casting SplFileObject and SplFileInfo to a string! $Object = new SplFileObject(__FILE__); $Info = new SplFileInfo(__FILE__); echo 'SplFileObject: ', (string) $Object, PHP_EOL; echo 'SplFileInfo: ', (string) $Info, PHP_EOL;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`