• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • apd_echo()

    (PECL apd >= 0.2)

    Echo to the debugging socket

    说明

    apd_echo(string $output): bool

    Usually sent via the socket to request information about the running script.

    参数

    $output

    The debugged variable.

    返回值

    成功时返回TRUE,或者在失败时返回FALSE

    范例

    Example #1 apd_echo() example

    <?php
    apd_echo($i);
    ?>