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

Voting

: min(two, two)?
(Example: nine)

The Note You're Voting On

Ron Ludwig
19 years ago
When your ISP does not allow you to add the default include directories - it might be useful to extend the 'include_path' variable:

<?php ini_set('include_path',ini_get('include_path').':../includes:'); ?>

<< Back to user notes page

To Top