php json 설치
wget http://aurore.net/projects/php-json/php-json-ext-1.2.1.tar.bz2
tar xvjf php-json-ext-1.2.1.tar.bz2
cd php-json-ext-1.2.1
./configure
make
cd modules/
cp -pv json.so /usr/lib/php/modules/
php.ini
extension_dir = "/usr/lib/php/modules"
extension=json.so
아파치 재시작
/usr/local/apache/bin/apachectl graceful
php -i | grep json
json
json support => enabled
json version => 1.2.1
php test.php
{"test":100}
cat test.php
<?
$val = array("test"=>100);
$out = json_encode($val);
echo $out;
?>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4032 | |
| 29 |
아우겐나이스
|
21년 전 | 4430 | |
| 28 |
아우겐나이스
|
21년 전 | 3449 | |
| 27 | 21년 전 | 5814 | ||
| 26 | 21년 전 | 3084 | ||
| 25 | 21년 전 | 6063 | ||
| 24 | 18년 전 | 3635 | ||
| 23 | 21년 전 | 3626 | ||
| 22 | 21년 전 | 4235 | ||
| 21 | 21년 전 | 3811 | ||
| 20 | 21년 전 | 4209 | ||
| 19 | 21년 전 | 6668 | ||
| 18 | 21년 전 | 4726 | ||
| 17 | 21년 전 | 6968 | ||
| 16 | 21년 전 | 4160 | ||
| 15 | 21년 전 | 2612 | ||
| 14 | 21년 전 | 4959 | ||
| 13 | 21년 전 | 3390 | ||
| 12 |
Recluse
|
21년 전 | 3863 | |
| 11 |
아우겐나이스
|
21년 전 | 3558 | |
| 10 |
Recluse
|
21년 전 | 3385 | |
| 9 | 21년 전 | 3964 | ||
| 8 | 21년 전 | 5152 | ||
| 7 | 21년 전 | 4749 | ||
| 6 | 21년 전 | 5659 | ||
| 5 | 21년 전 | 4102 | ||
| 4 | 21년 전 | 4821 | ||
| 3 | 21년 전 | 4733 | ||
| 2 | 21년 전 | 3231 | ||
| 1 | 22년 전 | 4331 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기