Source for file Mac.php
Documentation is available at Mac.php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
* Launch files with the associated application.
* @package System_Launcher
* @author Christian Weiske <cweiske@php.net>
* @author Olle Jonsson <olle.jonsson@gmail.com>
* @license http://www.gnu.org/licenses/lgpl.html LGPL
* @link http://github.com/olleolleolle/System_Launcher
* @since File available since Release 0.1.0
require_once 'System/Launcher/Driver.php';
* @package System_Launcher
* @author Christian Weiske <cweiske@php.net>
* @author Olle Jonsson <olle.jonsson@gmail.com>
* @license http://www.gnu.org/licenses/lgpl.html LGPL
* @link http://github.com/olleolleolle/System_Launcher
* @since File available since Release 0.1.0
* Returns a command string template usable with sprintf.
* @param boolean $runInBackground Unused
* @return Command string template to open something
* Returns true if this class applies to the current OS.
return strstr(PHP_OS , 'Darwin');
Documentation generated on Wed, 02 Jan 2013 22:00:02 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.
|