I need to check if a particular file exists on a remote server. Using is开发者_运维技巧_file() and file_exists() doesn\'t work. Any ideas how to do this quickly and easily?You don\'t need CURL for tha
I am completely new to sockets and not that familiar with the concept. I am planning on making a phone application f开发者_开发问答or chatting. now I was told that if you open a socket you can push re
I\'m using fsockopen to connect to an OpenVAS manager and send XML. The code I am using is: $connection = fsockopen(\'ssl://\'.$server_data[\'host\'], $server_data[\'port\']);
I have written/found a php script and I don\'t understand why it\'s working one time and the other time it doesn\'t. The script connects to a game server and tries to get information from it:
I\'ve a PHP running code that ask the file size 开发者_如何学Pythonof a remote mp4 file, thanks to a fsockopen function and HEAD command.
I need to pass the session to an asynchronous call via fsockopen in php. Can you help me pass the session to the new socket?
the code: if ($conn = fsockopen (\"whois.crsnic.net\", 43)) { fputs($conn, $domain.\"\\r\\n\"); while(!feof($conn)) {
i m able to communicate using the imap functions in php and also using the openssl from commandline ,i just wanted to try this doing fsockopen() in php.
I\'m looking for a guide on how to use fsockopen() to communicate with a telnet system.... I\'m connected just fine, but the command is failing to send.I\'ve seen some documentation fwrite() that show
After doing some research on this issue, I couldn\'t find any satisfying fix. The problem is: I\'m performing a GET request programmatically. The request itself works fine and the requested page does