PHP Function List
send doesn't exist. Closest matches:
- mb_send_mail
- pg_send_execute
- pg_send_query_params
- pg_send_prepare
- pg_send_query
- eio_sendfile
- msg_send
- end
- http_send_file
- http_send_last_modified
- http_send_content_disposition
- http_send_content_type
- http_send_stream
- http_send_status
- http_send_data
- maxdb_send_long_data
- maxdb_send_query
- m_transsend
- sqlsrv_send_stream_data
- cubrid_send_glo
Site Search Results
-
pg_send_query() 向 connection 连接发送异步查询。和 pg_query() 不同,它可以向 PostgreSQL 发送多个查询并用 pg_get_result() 依次得到结果。当执行查询时脚本的执行不会被锁定。
-
Send OOB (out-of-band) data. MSG_EOR Indicate a record mark. The sent data completes the record. MSG_EOF Close the sender side of the socket and include an appropriate notification of this at the end of the sent data.
-
mb_send_mail("someone@example.com", "Subject", $body); If the receiving mail client supports UTF-8 properly, you will be able to send messages that contain a mix of all kinds of characters (e.g., you could send Thai, Chinese, and Danish characters in the same ...
-
We found out, that if you want to send multipart mime emails using the PHP mail-function on a Windows box using a Microsoft Exchange server, you have to use separate containers for the mail body and the mail header.
-
This is called blocking; you can prevent blocking by setting the optional blocking parameter to FALSE, in which case msg_send() will immediately return FALSE if the message is too big for the queue, and set the optional errorcode to ...
-
Send the HTTP request. Note: While an exception may be thrown, the transfer could have succeeded at least partially, so you might want to check the return values of various HttpRequest::getResponse*() methods.
-
If the server you are sending to is ubuntu 8 or 9 and you can't send files then check that your user has write permissions for /dev/null. Gets me every time. Add the line: chmod 666 /dev/null to /etc/rc.local before the exit 0 line.
-
You can find it here: http://www.verticalevolution.com/blog/index.php?/pages/PHP-Client.html This isn't like other telnet libraries that just exec the OS's telnet, it makes and negotiates its own options. It creates the TFTP packets to send data back and forth.
-
Get next batch send errors Code: 1 Could not send the query to the database. Make sure the database is still up and the network is okay. cursor not found Code: 2 The driver was trying to fetch more results from the database, but the ...
-
Parameters string The header string. There are two special-case header calls. The first is a header that starts with the string "HTTP/" (case is not significant), which will be used to figure out the HTTP status code to send.

Other forms of search
To search the string "send" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
