ํ‹ฐ์Šคํ† ๋ฆฌ ๋ทฐ

PHP The static Keyword


<?php
 
function myTest() {
  static $x=0;
  echo $x;
  $x++;
}
 
myTest();
myTest();
myTest();
 
?>


'์›น ์ฝ”๋”ฉ > php' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

Display Variables  (0) 2015.03.31
The PHP echo Statement  (0) 2015.03.31
PHP The global Keyword (2)  (0) 2015.03.31
PHP The global Keyword (1)  (0) 2015.03.31
Local and Global Scope  (0) 2015.03.31
๋Œ“๊ธ€
๊ณต์ง€์‚ฌํ•ญ
์ตœ๊ทผ์— ์˜ฌ๋ผ์˜จ ๊ธ€
์ตœ๊ทผ์— ๋‹ฌ๋ฆฐ ๋Œ“๊ธ€
Total
Today
Yesterday
ยซ   2025/01   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
๊ธ€ ๋ณด๊ด€ํ•จ