Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?
$nouser_globals_length=count($GLOBALS);//обязательно идти самой первой строкой
array_splice($GLOBALS,$nouser_globals_length);
?>
этим самым ты сам ввел переменнуюPHP:<? $nouser_globals_length=count($GLOBALS);//обязательно идти самой первой строкой array_splice($GLOBALS,$nouser_globals_length); ?>
// First line
define( 'GLOBALS_COUNT', count( $GLOBALS ) );
// Gde-to tam
array_splice( $GLOBALS, GLOBALS_COUNT );