php - Programmatically determine maximum filename length -
How do I fix the maximum filename length on the Linux box?
Favorite in PHP Programming Language
You want, in PHP (now (When they are, they will probably be posix_pathconf
.)
You can also open a command line utility interface for the same functionality. Try it on your system:
$ getconfig NAME_MAX / tmp
$ getconfit_mx / tmp
Comments
Post a Comment