PHP Classes

File: php_stmr.h

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP STMR   php_stmr.h   Download  
File: php_stmr.h
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP STMR
PHP extension to implement the Porter stemmer
Author: By
Last change:
Date: 1 year ago
Size: 300 bytes
 

Contents

Class file image Download
/* stmr extension for PHP */ #ifndef PHP_STMR_H # define PHP_STMR_H extern zend_module_entry stmr_module_entry; # define phpext_stmr_ptr &stmr_module_entry # define PHP_STMR_VERSION "0.1.0" # if defined(ZTS) && defined(COMPILE_DL_STMR) ZEND_TSRMLS_CACHE_EXTERN() # endif #endif /* PHP_STMR_H */