home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
amazingrace.swf
/
scripts
/
__Packages
/
Pirrest
/
Common
/
PiVal.as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
218 b
|
15 lines
class Pirrest.Common.PiVal
{
function PiVal()
{
}
static function isEmpty($obj)
{
if($obj == "" || $obj == undefined)
{
return true;
}
return false;
}
}