Searched refs:iptcdata (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 1576 ZEND_ARG_INFO(0, iptcdata) 1582 ZEND_ARG_INFO(0, iptcdata)
|
| H A D | iptc.c | 176 /* {{{ proto array iptcembed(string iptcdata, string jpeg_file_name [, int spool]) 180 char *iptcdata, *jpeg_file; local 189 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", &iptcdata, &iptcdata_len, &jpeg_file, &jpeg_file_len, &spool) != SUCCESS) { 276 php_iptc_put1(fp, spool, iptcdata[inx], poi?&poi:0 TSRMLS_CC); 302 /* {{{ proto array iptcparse(string iptcdata)
|
Completed in 10 milliseconds