2
votes
2answers
2k views
Convert a UTF-8 string to/from 7-bit XML in PHP
How can UTF-8 strings (i.e. 8-bit string) be converted to/from XML-compatible 7-bit strings (i.e. printable ASCII with numeric entities)?
i.e. an encode() function such that: …
2
votes
3answers
1k views
How to reformat multi-line comments in Eclipse PDT?
In Eclipse PDT, Ctrl-Shift-F reformats code. However, it doesn't modify comments at all. Is there some way to reformat ragged multi-line comments to 80 characters per line (or whatever)?
…
2
votes
3answers
2k views
How to share APC cache between several PHP processes when running under FastCGI?
I'm currently running several copies of PHP/FastCGI, with APC enabled (under Apache+mod_fastcgi, if that matters). Can I share cache between the processes? How can I check if it's shared already? …
2
votes
How do check if a php session is empty?
If you want to check whether sessions are available, you probably want to use the session_id() function:
sess …
0
votes
Netbeans unicode problems
NetBeans FAQ: How do I set or modify the character encoding for a project?
(Right click project, change the enco …
