设置cookie

 

Example : 
- set - 

<?php setcookie"name""value""future_timestamp""path""domain" ); ?> 

- delete - 

<?php setcookie"name""value""past_timestamp""path""domain" ); ?> 

 

手册: 

http://php.net/manual/zh/function.setcookie.php 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
相关资源
相似解决方案