getcwd function in php

getcwd function in php


get the current working directory

eg:

$s=getcwd();
echo $s=/var/www/html