summaryrefslogtreecommitdiffstats
path: root/languages/php/data/phpfunctions
diff options
context:
space:
mode:
Diffstat (limited to 'languages/php/data/phpfunctions')
-rw-r--r--languages/php/data/phpfunctions8
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/php/data/phpfunctions b/languages/php/data/phpfunctions
index be8667f6..946dfaea 100644
--- a/languages/php/data/phpfunctions
+++ b/languages/php/data/phpfunctions
@@ -928,7 +928,7 @@ pdf:void pdf_setgray(int pdfdoc, double value)
pdf:void pdf_setrgbcolor_fill(int pdfdoc, double red, double green, double blue)
pdf:void pdf_setrgbcolor_stroke(int pdfdoc, double red, double green, double blue)
pdf:void pdf_setrgbcolor(int pdfdoc, double red, double green, double blue)
-pdf:int pdf_add_outline(int pdfdoc, string text [, int tqparent, int open]);
+pdf:int pdf_add_outline(int pdfdoc, string text [, int parent, int open]);
pdf:void pdf_set_transition(int pdfdoc, int transition)
pdf:void pdf_set_duration(int pdfdoc, double duration)
pdf:int pdf_open_gif(int pdf, string giffile)
@@ -1287,7 +1287,7 @@ file:int fseek(int fp, int offset [, int whence])
file:int mkdir(string pathname, int mode)
file:int rmdir(string dirname)
file:int readfile(string filename [, int use_include_path])
-file:int umask([int tqmask])
+file:int umask([int mask])
file:int fpassthru(int fp)
file:int rename(string old_name, string new_name)
file:int unlink(string filename)
@@ -1410,8 +1410,8 @@ reg:array spliti(string pattern, string string [, int limit])
reg:string sql_regcase(string string)
soundex:string soundex(string str)
string:string bin2hex(string data)
-string:int strspn(string str, string tqmask)
-string:int strcspn(string str, string tqmask)
+string:int strspn(string str, string mask)
+string:int strcspn(string str, string mask)
string:string rtrim(string str)
string:string chop(string str)
string:string trim(string str)