File: with_ascii_escape.php

package info (click to toggle)
phpcpd 6.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 384 kB
  • sloc: php: 1,251; xml: 132; makefile: 21
file content (11 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<?php

/**
 * This function returns an ASCII escape character:
 *
 * @return string
 */
function getAsciiEscapeChar()
{
    return "";
}