This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/testargs.php

7 lines
73 B
PHP

<?php
if(($argc > 1) && isset($argv[1]))
echo $argv[1];
else
echo '';