Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why would anyone want to do this?

Name: Anonymous 2007-07-01 14:05 ID:+Pc6jvKe


<?php
// get instance of Java class java.lang.System in PHP
$system = new Java('java.lang.System');

// demonstrate property access
echo 'Java version=' . $system->getProperty('java.version') . '<br />';
echo 'Java vendor=' . $system->getProperty('java.vendor') . '<br />';
echo 'OS=' . $system->getProperty('os.name') . ' ' .
             $system->getProperty('os.version') . ' on ' .
             $system->getProperty('os.arch') . ' <br />';

// java.util.Date example
$formatter = new Java('java.text.SimpleDateFormat',
                      "EEEE, MMMM dd, yyyy 'at' h:mm:ss a zzzz");

echo $formatter->format(new Java('java.util.Date'));
?>

Name: Anonymous 2007-07-02 6:44 ID:tikVL8Rz

An enterprise-grade AJAX and XML-based Web 2.0 solution offers the scalability and high-availability that suits your business needs, in order to help your business to maximize profits by reducing operating costs and optimizing cash flows of mission-critical business operations, creating synergy between the different departments of your business which allow you to discover business logic and ensure your business can maintain your Service Level Agreement. It includes a professional Content Management System that uses workflows to define business operation logic and can be synchronized to your Business Intelligence portal and your Enterprise Resource Planning application.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List