diff options
author | Egon Schmid <eschmid@php.net> | 2000-08-12 20:45:48 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-08-12 20:45:48 +0000 |
commit | 3f158be18a9950265312a2937dd174c080e4499b (patch) | |
tree | c3cfbb735c35a186783fccc59247d427a0672e20 /ext/sysvshm | |
parent | 2acc8630fe7952e7d93262159f185211803b2a21 (diff) | |
download | php-git-3f158be18a9950265312a2937dd174c080e4499b.tar.gz |
Some protos corrected.
Diffstat (limited to 'ext/sysvshm')
-rw-r--r-- | ext/sysvshm/sysvshm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index d3cb319d4b..576fd2c13d 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -201,7 +201,7 @@ PHP_FUNCTION(shm_remove) -/* {{{ proto int shm_put_var(int shm_identifier, int variable_key, mixed_variable) +/* {{{ proto int shm_put_var(int shm_identifier, int variable_key, mixed variable) Inserts or updates a variable in shared memory */ PHP_FUNCTION(shm_put_var) { @@ -293,7 +293,7 @@ PHP_FUNCTION(shm_get_var) } /* }}} */ -/* {{{ proto int shm_remove_var(int id, variable_key) +/* {{{ proto int shm_remove_var(int id, int variable_key) Removes variable from shared memory */ PHP_FUNCTION(shm_remove_var) { |