Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 141 Bytes

Debug.md

File metadata and controls

8 lines (5 loc) · 141 Bytes

Debug

The Debug component provides tools to ease debugging PHP code.

  • 使用

      use Symfony\Component\Debug\Debug;
      Debug::enable();