sharing php object in a different language

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gayatri

    sharing php object in a different language

    Hi,

    Please somebody help me to know how to process an object from a php
    application, in a different application developed in different
    language and running on a different operating system. in short how to
    share processing between a php programm and program developed in
    different language running on different platform.


    Reagrds,
    Gayatri.

  • Peter Fox

    #2
    Re: sharing php object in a different language

    Following on from Gayatri's message. . .
    >Hi,
    >
    >Please somebody help me to know how to process an object from a php
    >application, in a different application developed in different
    >language and running on a different operating system. in short how to
    >share processing between a php programm and program developed in
    >different language running on different platform.
    >
    >
    >Reagrds,
    >Gayatri.
    >
    Be sure to be using PHP 5.1.0 or later.

    If all you need is the data then use var_dump() or var_export().

    Otherwise look up "Zend API" in the manual.





    --
    PETER FOX Not the same since the statuette business went bust
    peterfox@eminen t.demon.co.uk.n ot.this.bit.no. html
    2 Tees Close, Witham, Essex.
    Gravity beer in Essex <http://www.eminent.dem on.co.uk>

    Comment

    Working...