File "Newline.php"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/php/pear/Text/Wiki/Render/Plain/Newline.php
File size: 148 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php

class Text_Wiki_Render_Plain_Newline extends Text_Wiki_Render {
    
    
    function token($options)
    {
        return "\n";
    }
}

?>

PHP File Manager