Every time specifying a path, i have to add additional '\' characters. Is there a way we can have specify path
$path=@"C:\Users\Documents";//need this is php
instead of
$path="C:\\Users\\Documents";
Thanks in advance for sharing inputs
NOTE: Not looking for dirname().