Query: ftok
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FTOK(3) 1 FTOK(3) ftok - Convert a pathname and a project identifier to a System V IPC keySYNOPSISint ftok (string $pathname, string $proj)DESCRIPTIONThe function converts the $pathname of an existing accessible file and a project identifier into an integer for use with for example shmop_open(3) and other System V IPC keys.PARAMETERSo $pathname - Path to an accessible file. o $proj - Project identifier. This must be a one character string.RETURN VALUESOn success the return value will be the created key value, otherwise -1 is returned.SEE ALSOshmop_open(3), sem_get(3). PHP Documentation Group FTOK(3)
| Related Man Pages | 
|---|
| ftok(3) - linux | 
| ftok(3) - netbsd | 
| ftok(3) - freebsd | 
| ftok(3) - minix | 
| ftok(3) - plan9 | 
| Similar Topics in the Unix Linux Community | 
|---|
| ftok system call | 
| Include CFTOKEN and CFID in apache access_log | 
| howto dump CFTOKEN and CFID in apache logs |