Jump to content

delving deep into php


o3d

Recommended Posts

I am not very strong on low level programming on zend/SAPI. I would like to know if someone could point me in the right direction. I want to overload (or duplicate) the "include" function/process with a custom function/process.

 

The idea is to call a custom function/process e.g. include_custom("file1.php"); This should then do exactly the same as "include". Then the include_custom process can be modified to handle encrypted files or modified php files.

 

I have stumbled upon this site: http://srcdoc.com/php_5.0.4/ but only gave me that amount of info. I have also read 'extending and embedding php' (which is very informative). Both not really going as deep as i want. Any help would be great.

Link to comment
https://forums.phpfreaks.com/topic/64235-delving-deep-into-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.