mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Add proto
This commit is contained in:
parent
89279afdd3
commit
7e032b8b30
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,8 @@ PHP_MINFO_FUNCTION(fribidi)
|
||||||
/* on failure: */
|
/* on failure: */
|
||||||
/*--------------------------------------------------------------*/
|
/*--------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/* {{{ proto string fribidi_log2vis(string str, string direction, int charset)
|
||||||
|
Convert a logical string to a visual one */
|
||||||
ZEND_FUNCTION(fribidi_log2vis)
|
ZEND_FUNCTION(fribidi_log2vis)
|
||||||
{
|
{
|
||||||
zval **parameter1,**parameter2, **parameter3;
|
zval **parameter1,**parameter2, **parameter3;
|
||||||
|
@ -253,6 +255,8 @@ ZEND_FUNCTION(fribidi_log2vis)
|
||||||
|
|
||||||
RETURN_STRING(outString,1);
|
RETURN_STRING(outString,1);
|
||||||
}
|
}
|
||||||
|
/* }}} */
|
||||||
|
|
||||||
|
|
||||||
#endif /* HAVE_FRIBIDI */
|
#endif /* HAVE_FRIBIDI */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue