Sponsored Content
Full Discussion: B2DB: first public release
Special Forums News, Links, Events and Announcements Software Releases - RSS News B2DB: first public release Post 302203700 by Linux Bot on Monday 9th of June 2008 02:50:04 PM
Old 06-09-2008
B2DB: first public release

B2DB is an object oriented database abstraction layer for PHP. Smart, clean and consistent - B2DB is fully object oriented and written for PHP5.
Image Image

More...
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

What are public keys in ssh and how do we create the public keys??

Hi All, I am having knowledge on some basics of ssh and wanted to know what are the public keys and how can we create and implement it in connecting server. Please provide the information for the above, it would be helpful for me. Thanks, Ravindra (1 Reply)
Discussion started by: ravi3cha
1 Replies

2. IP Networking

Public IP

I guys, I have a compute at home and I want access it from outside with a public IP, and the problem is that my ISP distributed private IP addresses and to access the Internet is through NAT and. I want to access that computer via SSH from other network, how can I do that? (1 Reply)
Discussion started by: pharaoh
1 Replies

3. Shell Programming and Scripting

First public beta of upcoming gawk 4.0 release

Hi (g)awk lovers, just spreading the news: the first beta is available and there are many new features. This is the original announce. (3 Replies)
Discussion started by: radoulov
3 Replies

4. Shell Programming and Scripting

Finding my public IP

Hi I do use this line to find my public IP. Is there other way I can do this? Maybe create the script some shorter? wget -q -O - http://minip.no | grep "<b>" | head -n1 | cut -d'<' -f3 | cut -d'>' -f2 Thanks (1 Reply)
Discussion started by: Jotne
1 Replies

5. What is on Your Mind?

A public thank you...

AudioScope.sh has now had 2 votes of 5 stars. It has also been thanked in the latest upload... Although I know who thanked this kids project, and I have personally thanked that person, this is a public thank you to the two anonymous people who have voted it 5 stars. Thank you. It has... (0 Replies)
Discussion started by: wisecracker
0 Replies

6. Solaris

Help with NFS public

Hi, Please help. I created a ZFS pool on Solaris 11.3 (thunder) and shared it using NFS (storage). But when I connect from my Mac without credentials I can't write to the share,I assume I have to make the share public but can't figure out the syntax,please help. Also the pool is for... (6 Replies)
Discussion started by: rthorntn
6 Replies
SPLTEMPFILEOBJECT(3)							 1						      SPLTEMPFILEOBJECT(3)

The SplTempFileObject class

INTRODUCTION
The SplTempFileObject class offers an object oriented interface for a temporary file. CLASS SYNOPSIS
SplTempFileObject SplTempFileObjectextends SplFileObjectSeekableIteratorRecursiveIterator Methods o public SplTempFileObject::__construct ([int $max_memory]) Inherited methods o public SplFileObject::__construct (string $filename, [string $open_mode = "r"], [bool $use_include_path = false], [resource $con- text]) o public string|array SplFileObject::current (void ) o public bool SplFileObject::eof (void ) o public bool SplFileObject::fflush (void ) o public string SplFileObject::fgetc (void ) o public array SplFileObject::fgetcsv ([string $delimiter = ","], [string $enclosure = " o public string SplFileObject::fgets (void ) o public string SplFileObject::fgetss ([string $allowable_tags]) o public bool SplFileObject::flock (int $operation, [int &$wouldblock]) o public int SplFileObject::fpassthru (void ) o public int SplFileObject::fputcsv (array $fields, [string $delimiter = ","], [string $enclosure = '"'], [string $escape = " o public string SplFileObject::fread (int $length) o public mixed SplFileObject::fscanf (string $format, [mixed &$...]) o public int SplFileObject::fseek (int $offset, [int $whence = SEEK_SET]) o public array SplFileObject::fstat (void ) o public int SplFileObject::ftell (void ) o public bool SplFileObject::ftruncate (int $size) o public int SplFileObject::fwrite (string $str, [int $length]) o public void SplFileObject::getChildren (void ) o public array SplFileObject::getCsvControl (void ) o public int SplFileObject::getFlags (void ) o public int SplFileObject::getMaxLineLen (void ) o public bool SplFileObject::hasChildren (void ) o public int SplFileObject::key (void ) o public void SplFileObject::next (void ) o public void SplFileObject::rewind (void ) o public void SplFileObject::seek (int $line_pos) o public void SplFileObject::setCsvControl ([string $delimiter = ","], [string $enclosure = " o public void SplFileObject::setFlags (int $flags) o public void SplFileObject::setMaxLineLen (int $max_len) o public void SplFileObject::__toString (void ) o public bool SplFileObject::valid (void ) PHP Documentation Group SPLTEMPFILEOBJECT(3)
All times are GMT -4. The time now is 03:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy