summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2003-12-15 13:53:01 +0000
committerAntony Dovgal <tony2001@php.net>2003-12-15 13:53:01 +0000
commit18096396d2e0d0545946a09087ec633f250b9dfd (patch)
tree8c37035b9bf1aa961ba875c354b67f99274d0995 /Zend/zend_object_handlers.h
parenta1a69ae16bc074a9513279462e549e96d47865f9 (diff)
downloadphp-git-18096396d2e0d0545946a09087ec633f250b9dfd.tar.gz
add new functions:
ocitelllob(); [ OCI_Lob->tell(); ] - ftell(); analogue for Lobs ociwritelob(); [ OCI_Lob->write(); ] - fwrite(); analogue for Lobs ocitruncatelob(); [ OCI_Lob->truncate(); ] - ftruncate(); analogue for Lobs ocieraselob(); [ OCI_Lob->erase(); ] - erases specified part of a Lob (for BLOBs it means zero-filling, for CLOBs - space-filling) ociflushlob(); [ OCI_Lob->flush(); ] - flushes Lob buffer (if buffering was enabled before) ocisetbufferinglob(); [ OCI_Lob->setBuffering(); ] - turns on/off buffering for the current Lob ocigetbufferinglob(); [ OCI_Lob->getBuffering(); ] - gets buffering' current state ocirewindlob(); [ OCI_Lob->rewind(); ] - rewind(); analogue for Lobs ocireadlob(); [ OCI_Lob->read(); ] - fread(); analogue for Lobs ocieoflob(); [ OCI_Lob->eof(); ] - feof(); analogue for Lobs ociseeklob(); [ OCI_Lob->seek(); ] - fseek(); analogue for Lobs ocilobgetlength(); [ OCI_Lob->getLength(); ] - filesize(); analogue for Lobs ociappendlob(); - appends data from a Lob to another Lob ocicopylob(); - copies data from a Lob to another Lob ociisequallob(); - compares 2 Lobs and checks if they are equal TODO cleanup and other minor fixes
Diffstat (limited to 'Zend/zend_object_handlers.h')
0 files changed, 0 insertions, 0 deletions