一

{"type":"编程笔记"}


  • Home

  • Archives
  • Search

trap of in_array in php

Posted on 2009-01-03   |   In php

trap of php in_array function

$array = array('testing',0,'name');var_dump($array);// NOTICE: this will return truevar_dump(in_array('foo', $array));// NOTICE: this will return falsevar_dump(in_array('foo', $array, TRUE));

References

  1. http://cn.php.net/manual/en/function.in-array.php
ubuntu-8.10 virtualbox transparent bridge configure
rails module include way
  • Table of Contents
  • Overview
yuweijun

yuweijun

492 posts
12 categories
RSS
GitHub Twitter
  1. 1. trap of php in_array function
  2. 2. References
© 2021 yuweijun
Powered by Hexo
Theme - NexT.Mist.KISS