File: setcookie.php
Source Location: /PHP_Compat-1.6.0a2/Compat/Function/setcookie.php
Classes:
Page Details:
Replace setcookie()
php_compat_setcookie [line 18]
void php_compat_setcookie(
$name, $value, $expire, $path, $domain, $secure, $httponly)
|
|
Parameters
|
$name |
|
|
$value |
|
|
$expire |
|
|
$path |
|
|
$domain |
|
|
$secure |
|
|
$httponly |
|
setcookie [line 28]
void setcookie(
$name, $value, $expire, $path, $domain, $secure, $httponly)
|
|
Parameters
|
$name |
|
|
$value |
|
|
$expire |
|
|
$path |
|
|
$domain |
|
|
$secure |
|
|
$httponly |
|
Documentation generated on Mon, 11 Mar 2019 15:26:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|