RSS   Twitter   Copiny   Copiny
Нашел ошибку? 

Выдели фрагмент текста с ошибкой или неточностью и нажми Ctrl+Enter!

Другие возможности JBDump

Backtrace — просмотр порядка вызова функций и подключений файлов

Это одна из самых популярных и полезных возможностей

JBDump::trace();
JBDump::trace(1); // добавить информацию об объектах

Примечание: вывод немного не стандартный (как у функции debug_backtrace()), теперь он более сгруппирован и легче воспринимается

Живой пример

Дополнительные возможности JBDump

Пример некоторого дополнительного функционала JBDump

// получить все хеши для строки различные хеши
JBDump::hash('123456');

// вся информация о файле/директории
JBDump::pathInfo('../filename.txt'); 

// включает отображение всех ошибок
JBDump::showErrors();

// дополнительно показывает ошибки E_STRICT
JBDump::showErrors(1);

// timestamp -> в более наглядный формат даты (DATE_RFC822)
JBDump::timestamp(time());

// показывает IP клиента с условием работы nginx
JBDump::ip(); 

// парсит данные из JSON формата
JBDump::json($jsonData, 'JSON');

// парсинг URL пути
JBDump::url('http://yandex.ru/yandsearch');

// классический print_r
JBDump::print_r($var, 'print_r'); 

// классический var_dump
JBDump::var_dump($var, 'var_dump');

Живой пример

Смотрите также:
Комментарии (7) Добавить комментарий
  • tinyurl.com
    tinyurl.com
    24 Ноября 2019, 05:41
     ↑  0  ↓     ответ

    Informative article, just what I was looking for.

  • tinyurl.com
    tinyurl.com
    25 Ноября 2019, 05:29
     ↑  0  ↓     ответ

    Hello are using Wordpress for your blog platform? I'm new to the blog world but I'm trying to get started

    and create my own. Do you require any coding knowledge to make

    your own blog? Any help would be greatly appreciated!

  • coconut oil off
    coconut oil off
    25 Ноября 2019, 16:10
     ↑  0  ↓     ответ

    This design is spectacular! You definitely know how to keep a reader amused.

    Between your wit and your videos, I was almost moved to start my own blog (well, almost...HaHa!) Excellent job.

    I really loved what you had to say, and more than that,

    how you presented it. Too cool!

  • plenty of fish dating site
    plenty of fish dating site
    26 Ноября 2019, 20:49
     ↑  0  ↓     ответ

    What a information of un-ambiguity and preserveness of precious familiarity on the

    topic of unpredicted feelings.

  • g
    g
    15 Июня 2020, 17:20
     ↑  0  ↓     ответ

    Hello there, You've done a great job. I'll definitely digg

    it and personally suggest to my friends. I'm

    sure they'll be benefited from this web site.

  • g
    g
    17 Июня 2020, 07:11
     ↑  0  ↓     ответ

    If you desire to grow your familiarity simply keep visiting this site and be updated with the

    latest news posted here.

  • g
    g
    17 Июня 2020, 14:16
     ↑  0  ↓     ответ

    Great post but I was wanting to know if you could write

    a litte more on this subject? I'd be very grateful if you could elaborate

    a little bit more. Kudos!

Оставить комментарий




* обязательно для заполнения

1 введенный почтовый адрес используется только для обратной связи при ответах в комментариях и сервиса gravatar.com
.