php array를 자바스크립트 콘솔로 출력 하는법
[code]
function debug ($data) {
echo "<script>\r\n//<![CDATA[\r\nif(!console){var console={log:function(){}}}";
$output = explode("\n", print_r($data, true));
foreach ($output as $line) {
if (trim($line)) {
$line = addslashes($line);
echo "console.log(\"{$line}\");";
}
}
echo "\r\n//]]>\r\n</script>";
}
[/code]
출처: http://kr1.php.net/print_r#96859
ps. tbClass에 포함하여 사용 중인데 쓸만하네요 ㅎㅎㅎ
function debug ($data) {
echo "<script>\r\n//<![CDATA[\r\nif(!console){var console={log:function(){}}}";
$output = explode("\n", print_r($data, true));
foreach ($output as $line) {
if (trim($line)) {
$line = addslashes($line);
echo "console.log(\"{$line}\");";
}
}
echo "\r\n//]]>\r\n</script>";
}
[/code]
출처: http://kr1.php.net/print_r#96859
ps. tbClass에 포함하여 사용 중인데 쓸만하네요 ㅎㅎㅎ
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 | 3년 전 | 4417 | ||
| 294 | 11년 전 | 7915 | ||
| 293 | 11년 전 | 14782 | ||
| 292 | 11년 전 | 8093 | ||
| 291 | 11년 전 | 9118 | ||
| 290 | 11년 전 | 7527 | ||
| 289 | 11년 전 | 7924 | ||
| 288 | 11년 전 | 8345 | ||
| 287 | 11년 전 | 20586 | ||
| 286 | 11년 전 | 9895 | ||
| 285 | 11년 전 | 10434 | ||
| 284 | 11년 전 | 8247 | ||
| 283 | 11년 전 | 7205 | ||
| 282 | 11년 전 | 5988 | ||
| 281 | 11년 전 | 11192 | ||
| 280 |
|
11년 전 | 8103 | |
| 279 | 11년 전 | 13442 | ||
| 278 | 11년 전 | 9908 | ||
| 277 | 11년 전 | 10363 | ||
| 276 | 11년 전 | 14642 | ||
| 275 |
|
11년 전 | 18262 | |
| 274 | 11년 전 | 6515 | ||
| 273 | 11년 전 | 8057 | ||
| 272 | 11년 전 | 10450 | ||
| 271 | 11년 전 | 14667 | ||
| 270 | 11년 전 | 7942 | ||
| 269 | 11년 전 | 8699 | ||
| 268 | 11년 전 | 7357 | ||
| 267 | 11년 전 | 9080 | ||
| 266 | 11년 전 | 7507 | ||
| 265 | 11년 전 | 13510 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기