Description: string getcwd (void ) – Gets the current working directory.
<?php
$abspath = getcwd();
echo $abspath;
?>
credits: inacode
Description: string getcwd (void ) – Gets the current working directory.
<?php
$abspath = getcwd();
echo $abspath;
?>
credits: inacode
You are currently browsing the archives for the PHP category.