stas 2004/10/27 16:17:03 Modified: src/docs/2.0/api/Apache Connection.pod Log: $c->remote_ip is now settable Revision Changes Path 1.12 +13 -3 modperl-docs/src/docs/2.0/api/Apache/Connection.pod Index: Connection.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Connection.pod,v retrieving revision 1.11 retrieving revision 1.12 diff -u -u -r1.11 -r1.12 --- Connection.pod 18 Aug 2004 02:56:31 -0000 1.11 +++ Connection.pod 27 Oct 2004 23:17:03 -0000 1.12 @@ -636,16 +636,26 @@ Client's IP address - $remote_ip = $c->remote_ip(); + $remote_ip = $c->remote_ip(); + $prev_remote_ip = $c->remote_ip($new_remote_ip); =over 4 =item obj: C<$c> ( C<L<Apache::Connection object|docs::2.0::api::Apache::Connection>> ) -=item ret: C<$remote_ip> (string) +=item opt arg1: C<$new_remote_ip> ( string ) -=item since: 1.99_12 +If passed a new value will be set + +=item ret: C<$remote_ip> ( string ) + +current remote ip address + +if the optional argument C<$new_remote_ip> was passed the previous +value is returned. + +=item since: 1.99_18 =back
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]