From 3c5c4bd4d570f2205899bc8831574fa58a6c934b Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 16 Dec 2001 10:19:06 +0000 Subject: [PATCH] added skeleton for missing function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65263 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/sem.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/functions/sem.xml b/functions/sem.xml index 4c323d1685..393a2c6ca6 100644 --- a/functions/sem.xml +++ b/functions/sem.xml @@ -1,5 +1,5 @@ - + Semaphore and Shared Memory Functions Semaphore @@ -387,6 +387,28 @@ + + + ftok + + Convert a pathname and a project identifier to a System V IPC key + + + + Description + + + int ftok + string pathname + string proj + + + + &warn.undocumented.func; + + + +