EOND threads

라이믹스 debugPrint

2025년 01월 24일
@if (function_exists('debugPrint'))
debugPrint('이 함수는 동작합니다.');
    {@ debugPrint($logged_info)}
@else
echo 'debugPrint 함수가 정의되어 있지 않습니다.';
}
@endif
@php
    debugPrint($comment);
@endphp
 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기