File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/IO/SigGuard/send.pm
Back
package IO::SigGuard; sub send { $result = ( (@_ == 3) ? CORE::send( $_[0], $_[1], $_[2] ) : (@_ == 4) ? CORE::send( $_[0], $_[1], $_[2], $_[3] ) : die "Wrong args count! send(@_)" ); #EINTR means the file pointer is unchanged. goto &send if !defined $result && $! == Errno::EINTR(); return $result; } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings