[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
libraries
/
vendor
/
symfony
/
polyfill-php71
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 LICENSE
1,065 B
SET
[ EDIT ]
|
[ DEL ]
📄 Php71.php
498 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Php71.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Polyfill\Php71; /** * @author Dariusz Rumiński <dariusz.ruminski@gmail.com> * * @internal */ final class Php71 { public static function is_iterable($var) { return \is_array($var) || $var instanceof \Traversable; } }