Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: max(eight, five)?
(Example: nine)

The Note You're Voting On

bvidinli at gmail dot com
16 years ago
if you link your php to /bin/linkedphp and your php is at for ex /home/actual.php

when you run linkedphp in somewhere in your filesystem,
getcwd returns /bin instead of working dir,

solution: use dirname(__FILENAME__) instead

<< Back to user notes page

To Top