[PHP-users 11312] Re: 直後にcount($tempArray)=0 になるように配列を初期化したい
Osamu Shigematsu
php-users@php.gr.jp
Wed, 06 Nov 2002 14:05:23 +0900
重松です。こんにちは。
手元の環境 (CYGWIN_NT-5.1) では、
それぞれ、0, 1 と松山さんが期待する値を返しますが。
<?php
$a = array();
print count($a) . "<br />\n";
$a[] = 'foo';
print count($a) . "<br />\n";
?>
環境 phpinfo() より抜粋
PHP Version 4.2.0
System
CYGWIN_NT-5.0 ARTEMIS 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown
Build Date
May 5 2002 17:14:06
Configure Command
'./configure' '--with-apxs=/usr/sbin/apxs' '--with-gettext' '--with-mysql=/usr/ local' '--with-pgsql' '--with-bz2' '--with-openssl' '--with-dom' '--with-zlib'
Server API
Apache
Virtual Directory Support
disabled
Configuration File (php.ini) Path
/usr/local/lib
Debug Build
no
Thread Safety
disabled
--
Osamu Shigematsu <m5issige@mr.hitachi-medical.co.jp>