Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
Newsgroups
»
php.internals
»
How to serialize op_array
»
How to serialize op_array
php.internals
Muhammed Arshid KV
6 years ago
Hi, How to serialize op_array ? I tried with zend_file_cache.c but getting error. Is there any function available to serialize and store op_array then reuse op_array from disk(file). Regards