How many max constants can i define in PHP ?

Posted by WarDoGG on Stack Overflow See other posts from Stack Overflow or by WarDoGG
Published on 2010-06-06T09:07:08Z Indexed on 2010/06/06 9:12 UTC
Read the original article Hit count: 232

Filed under:

My site is having around 100+ constants defined and this can potentially reach 200.

I'm using define() for defining constant.

Will this cause a performance hit ? How many max constants can i define in PHP ?

© Stack Overflow or respective owner

Related posts about php