__FILE__ PHP directive
__FILE__ PHP directive will contain system path of the file that is being executed plus filename of the file which is being executed. If need to know just folder names __DIR__ directive must be used.
__FILE__ PHP directive will contain system path of the file that is being executed plus filename of the file which is being executed. If need to know just folder names __DIR__ directive must be used.
Comments
Post a Comment