Searched refs:update (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/spl/ |
| H A D | spl.php | 1139 function update(SplSubject $subject); function
|
| H A D | spl_observer.c | 42 SPL_METHOD(SplObserver, update); 52 SPL_ABSTRACT_ME(SplObserver, update, arginfo_SplObserver_update)
|
| /PHP_TRUNK/ext/dba/ |
| H A D | php_dba.h | 80 int (*update)(dba_info *, char *, int, char *, int, int TSRMLS_DC); member in struct:dba_handler
|
| H A D | dba.c | 562 if (info->hnd->update(info, key_str, key_len, val, val_len, mode TSRMLS_CC) == SUCCESS) {
|
Completed in 8 milliseconds