List Question
20 TechQA 2021-11-03T08:00:44.627000LUA indexed table access via named constants
140 views
Asked by wimalopaan
PHP - It is possible to get the magic constant __FILE__ of the requirer script inside the required script?
132 views
Asked by Lucas Vendramini
Is there a magic constant in PHP like __DIR__ but with unresolved symlinks?
68 views
Asked by Tuckbros
Is there a way in php to count the nested stucture level?
172 views
Asked by Philipp
How to get the name of the script calling a function?
161 views
Asked by Tuckbros
PHP magic constants - automatically passed to function?
94 views
Asked by Kobus Myburgh
Can magic constants be imported in PHP
313 views
Asked by codekandis
Using magic constants to access object properties
66 views
Asked by AudioBubble
Magic Constants from called file - not action file
160 views
Asked by treyBake
What are the security risks of using PHP magic constants?
242 views
Asked by jamieweb
Downsides to using __DIR__
95 views
Asked by gnusey
What does mean by "symlinks resolved" in the description of magic constant __FILE__?
417 views
Asked by AudioBubble
Can anyone tell what is the relation of include and require with magic constants in php?
64 views
Asked by AudioBubble
Is there any way to carry down a PHP magic constant as a function default?
159 views
Asked by DigitalJedi805
PHP get grandfather dir path
114 views
Asked by fire790620
Why absolute path constants __DIR__ and __FILE__ should not be used in Symfony
6.4k views
Asked by chalasr
Unable to compare magic constant __METHOD__
63 views
Asked by Solrac
Can I change current directory to parent directory using PHP __DIR__ constant?
2.1k views
Asked by CairoCoder