Strings¶
Rather than using a plain char * pointer, PHP uses a custom zend_string type to
represent strings. This chapter discusses how to work with this structure, as well as various
string-related utilities.
Rather than using a plain char * pointer, PHP uses a custom zend_string type to
represent strings. This chapter discusses how to work with this structure, as well as various
string-related utilities.