Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yaf_session(3) [php man page]

YAF_SESSION(3)								 1							    YAF_SESSION(3)

The Yaf_Session class

INTRODUCTION
CLASS SYNOPSIS
Yaf_Session Yaf_SessionIteratorArrayAccessCountable Properties o protectedstatic$_instance o protected$_session o protected$_started Methods o private void Yaf_Session::__clone (void ) o Yaf_Session::__construct (void ) o public void Yaf_Session::count (void ) o public void Yaf_Session::current (void ) o public void Yaf_Session::del (string $name) o public void Yaf_Session::__get (string $name) o publicstatic void Yaf_Session::getInstance (void ) o public void Yaf_Session::has (string $name) o public void Yaf_Session::__isset (string $name) o public void Yaf_Session::key (void ) o public void Yaf_Session::next (void ) o public void Yaf_Session::offsetExists (string $name) o public void Yaf_Session::offsetGet (string $name) o public void Yaf_Session::offsetSet (string $name, string $value) o public void Yaf_Session::offsetUnset (string $name) o public void Yaf_Session::rewind (void ) o public void Yaf_Session::__set (string $name, string $value) o private void Yaf_Session::__sleep (void ) o public void Yaf_Session::start (void ) o public void Yaf_Session::__unset (string $name) o public void Yaf_Session::valid (void ) o private void Yaf_Session::__wakeup (void ) PROPERTIES
o $_instance - o $_session - o $_started - PHP Documentation Group YAF_SESSION(3)

Check Out this Related Man Page

RECURSIVECACHINGITERATOR(3)						 1					       RECURSIVECACHINGITERATOR(3)

The RecursiveCachingIterator class

INTRODUCTION
... CLASS SYNOPSIS
RecursiveCachingIterator RecursiveCachingIteratorextends CachingIteratorCountableArrayAccessOuterIteratorRecursiveIterator Methods o public RecursiveCachingIterator::__construct (Iterator $iterator, [string $flags = self::CALL_TOSTRING]) o public RecursiveCachingIterator RecursiveCachingIterator::getChildren (void ) o public bool RecursiveCachingIterator::hasChildren (void ) Inherits o public CachingIterator::__construct (Iterator $iterator, [string $flags = self::CALL_TOSTRING]) o public int CachingIterator::count (void ) o public void CachingIterator::current (void ) o public array CachingIterator::getCache (void ) o public void CachingIterator::getFlags (void ) o public Iterator CachingIterator::getInnerIterator (void ) o public void CachingIterator::hasNext (void ) o public scalar CachingIterator::key (void ) o public void CachingIterator::next (void ) o public void CachingIterator::offsetExists (string $index) o public void CachingIterator::offsetGet (string $index) o public void CachingIterator::offsetSet (string $index, string $newval) o public void CachingIterator::offsetUnset (string $index) o public void CachingIterator::rewind (void ) o public void CachingIterator::setFlags (bitmask $flags) o public void CachingIterator::__toString (void ) o public void CachingIterator::valid (void ) PHP Documentation Group RECURSIVECACHINGITERATOR(3)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help!! please!

:confused: I printed some directions on how to make my own web page and they told me to us unix. They also told me to first make a new directory called public then, change it to cd public, but I don't know how can you help me please? I would really appreciate it. Thank you, Jamie (2 Replies)
Discussion started by: wiccagirl
2 Replies

2. UNIX for Advanced & Expert Users

SSH public and private keys

Firstly, i apologise if i have posted in a wrong section of the forum. Please let me know which is the correct section my post should go to. I have to SCP a file from one server(server A) to another (server B). I read around that a secure way is to use public and private keys. Assuming my... (2 Replies)
Discussion started by: new2ss
2 Replies

3. IP Networking

Private network

Hi all, Currently we are in the progress of setting up a private network on all of our Sun Solaris servers. Purpose is to move all backup tasks to the private, hence reduce load on public network. Some of our servers only consists of 1 network card but with several ports. Shall we purchase... (10 Replies)
Discussion started by: *Jess*
10 Replies

4. IP Networking

Able to ping server's private network

Hi guys, I'm in the progress of setting up a private network in our Sun solaris platform. Existing ip: 172.16.102.101 New private ip: 192.168.2.3 Netmask is the same for both private & public 255.255.255.0 After setting up the ip, I'm able to ping this private ip address from our... (3 Replies)
Discussion started by: *Jess*
3 Replies

5. Programming

What is the difference between f(...), f(void) and f()

What is the difference between f(...) , f(void),f() I know that f(void) doesn't take any parameters, but what about f() and f(...) Does the last call of function even exists? (2 Replies)
Discussion started by: purplelightspar
2 Replies

6. Shell Programming and Scripting

Comparing subdirectory names

I am trying to reformat data from one private directory and reformat it and move it to a public one, but i only want to get directories that have not already been moved to the public directory. Here's what i'm working with Dir1 contains folders for each named with timestamp 20090320081302... (2 Replies)
Discussion started by: dabombace
2 Replies

7. Shell Programming and Scripting

Host Key verification failed

Hi, I am running a script to scp a file from one server to another. I have created the public/private key and copied the public key to the other server and appended it to authorized_key file. But i am getting the error message saying "Host Key verification failed" Connection lost. It works well... (3 Replies)
Discussion started by: ahamed
3 Replies

8. IP Networking

ping from public IP

I have 2 ethernet cards at my server,OEL5.5. One is for Public LAN and another is for private to install Oracle RAC. I am facing the following problem # ping 192.168.165.120 PING 192.168.165.120 (192.168.165.120) 56(84) bytes of data. 64 bytes from 192.168.165.120: icmp_seq=1 ttl=64... (3 Replies)
Discussion started by: faruque.ahmed
3 Replies

9. Shell Programming and Scripting

sftp using private and public keys

hi guys , i have few files i have to do sftp, the public and private key work like a magic , no problem at all the syntax is as below sftp -0 identityfile=~/ure/blsl/loc2/.ssh/id_rsa_ssh1 ssh1@remote >log_dir/file.timestamp<<end lcd folder cd folder put * quit end ================ my... (3 Replies)
Discussion started by: rockymayavia
3 Replies

10. UNIX for Advanced & Expert Users

Troubles with OpenSSH

Hi, I am trying to login from one AIX server to another without using a password, a basic configuration, however it doesn't seem to work. All things are in place. I have both a public and private key in the ~/.ssh folder and also have an "authorized_keys" file on the target-server containing... (5 Replies)
Discussion started by: Hille
5 Replies

11. Shell Programming and Scripting

[Solved] Password query even after adding public key

Dears I am running a shell script to backup (transfer) files to a networked External HDD. Even though the public key has been added it still asks for the password before starting the transfer. Any suggestions? Thanks in advance. (8 Replies)
Discussion started by: BrownBob
8 Replies

12. Solaris

Public private key setup issue in Solaris 10

Hi i am using solaris 10.I am trying to setup a public/private key but it is not working.Appreciate your repsonse on it There are two servers DB1 server and DB2 server. 1)I have generated public/private key using below step on both servers. ssh-keygen -t rsa 2)From DB1 server moved the... (6 Replies)
Discussion started by: muraliinfy04
6 Replies

13. Shell Programming and Scripting

Writing my public IP to Dropbox, Cronjob

Hello. I want to achieve this: 1.) Finding my public IP. I have this and it works perfectly: wget http://ipecho.net/plain -O - -q ; echo2.) I need to write this in a dropbox folder (let's say /home/myusername/dropbox). 3.) Put this script in a cronjob for repeating this every 10 minutes. ... (2 Replies)
Discussion started by: lozicd3
2 Replies

14. UNIX for Advanced & Expert Users

Private and public key encryption

Hi, we have private and public key, encrypt file using public and want to decrypt using private key. can you please advise below commands are correct or other remedy if unix have? encrypt -a arcfour -k publickey.asc -i TESTFILE.csv -o TESTFILE00.csv decrypt -a arcfour -k privatekey.asc... (2 Replies)
Discussion started by: rizwan.shaukat
2 Replies