BEE_get()
Username:  
Password:
  > Home
> User Guide
v Reference
    > Introduction
    > CROFT
    > BEE Variables
    > BEE Syntax
    > BEE Commands
    > Database Operation
    > Content Management
    > Objects and Classes
    v Interface with others
       o BEE and HTML
       o BEE and JavaScript
       v BEE and PHP
          o BEE_get()
          o BEE_var()
          o BEE_isset()
          o BEE_set()
          o BEE_clear()
          o BEE_convert()
          o BEE_do()
    o Glossary
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Reference >> Interface with others >> BEE and PHP >> BEE_get() <=  =>      <  1  >  
BEE_get($value) Get a BEE Value

Return the BEE Value contained in the expression value.  Anything you can put into the "value" parameter of the "var" command, can be used as the argument of BEE_get().

The value after BEE evaluation will be returned.  Please note that this is not a reference.  It is a copy of the value, even if it is specified as "(var)…".  Changing the PHP Variable returned from BEE_get("(var)…") will not affect the value of the underlying BEE Variable.  If you want to retrieve a reference to a variable so that your modification to that variable from PHP will be effective in the BEE Scope, please use BEE_var().

 

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd