บทช่วยสอนPHP

PHP HOME แนะนำ PHP การติดตั้ง PHP PHP ไวยากรณ์ ความคิดเห็น PHP ตัวแปร PHP PHP Echo / พิมพ์ ประเภทข้อมูล PHP PHP Strings หมายเลข PHP PHP คณิตศาสตร์ ค่าคงที่ PHP ตัวดำเนินการ PHP PHP If...Else...Elseif PHP Switch PHP Loops ฟังก์ชัน PHP PHP Arrays PHP Superglobals PHP RegEx

แบบฟอร์มPHP

การจัดการแบบฟอร์ม PHP การตรวจสอบแบบฟอร์ม PHP ต้องใช้แบบฟอร์ม PHP URL แบบฟอร์ม PHP/อีเมล แบบฟอร์ม PHP เสร็จสมบูรณ์

PHPขั้นสูง

วันที่และเวลา PHP รวม PHP การจัดการไฟล์ PHP ไฟล์ PHP เปิด/อ่าน สร้าง/เขียนไฟล์ PHP อัพโหลดไฟล์ PHP คุกกี้ PHP PHP Sessions ตัวกรอง PHP ตัวกรอง PHP ขั้นสูง ฟังก์ชันเรียกกลับของ PHP PHP JSON ข้อยกเว้น PHP

PHP OOP

PHP OOP คืออะไร คลาส PHP/วัตถุ ตัวสร้าง PHP PHP Destructor PHP Access Modifiers PHP Inheritance ค่าคงที่ PHP PHP Abstract Classes อินเทอร์เฟซ PHP PHP ลักษณะ PHP Static Methods PHP คุณสมบัติคงที่ PHP เนมสเปซ PHP Iterables

ฐานข้อมูลMySQL

ฐานข้อมูล MySQL MySQL Connect MySQL สร้าง DB MySQL สร้างตาราง MySQL แทรกข้อมูล MySQL รับ ID ล่าสุด MySQL แทรกหลายรายการ MySQL ที่เตรียมไว้ MySQL Select Data MySQL Where MySQL สั่งซื้อโดย MySQL ลบข้อมูล ข้อมูลอัพเดต MySQL MySQL Limit Data

PHP XML

PHP XML Parsers PHP SimpleXML Parser PHP SimpleXML - รับ PHP XML Expat PHP XML DOM

PHP - AJAX

บทนำ AJAX AJAX PHP ฐานข้อมูล AJAX AJAX XML AJAX ค้นหาสด AJAX โพล

ตัวอย่างPHP

ตัวอย่าง PHP PHP คอมไพเลอร์ แบบทดสอบ PHP แบบฝึกหัด PHP ใบรับรอง PHP

ข้อมูลอ้างอิงPHP

ภาพรวม PHP PHP Array ปฏิทิน PHP PHP วันที่ ไดเรกทอรี PHP ข้อผิดพลาด PHP ข้อยกเว้น PHP ระบบไฟล์ PHP ตัวกรอง PHP PHP FTP PHP JSON คีย์เวิร์ด PHP PHP Libxml PHP Mail PHP คณิตศาสตร์ PHP เบ็ดเตล็ด PHP MySQLi เครือข่าย PHP การควบคุมเอาต์พุต PHP PHP RegEx PHP SimpleXML PHP Stream PHP String การจัดการตัวแปร PHP PHP XML Parser PHP Zip เขตเวลา PHP

ฟังก์ชั่นเครือข่าย PHP


แนะนำเครือข่าย PHP

ฟังก์ชันเครือข่ายประกอบด้วยฟังก์ชันเครือข่ายต่างๆ และให้คุณจัดการข้อมูลที่ส่งไปยังเบราว์เซอร์โดยเว็บเซิร์ฟเวอร์ ก่อนส่งออกเอาต์พุตอื่นๆ


การติดตั้ง

ฟังก์ชันเครือข่ายเป็นส่วนหนึ่งของแกน PHP ไม่จำเป็นต้องติดตั้งเพื่อใช้ฟังก์ชันเหล่านี้


ฟังก์ชั่นเครือข่าย PHP

Function Description
checkdnsrr() Checks DNS records for type corresponding to host
closelog() Closes the connection of system logger
define_syslog_variables() Deprecated and removed in PHP 5.4. Initializes the variables used in syslog functions
dns_check_record() Alias of checkdnsrr()
dns_get_mx() Alias of getmxrr()
dns_get_record() Gets the DNS resource records associated with the specified hostname
fsockopen() Opens an Internet or Unix domain socket connection
gethostbyaddr() Returns the domain name for a given IP address
gethostbyname() Returns the IPv4 address for a given domain/host name
gethostbynamel() Returns a list of IPv4 address for a given domain/host name
gethostname() Returns the host name
getmxrr() Returns the MX records for the specified internet host name
getprotobyname() Returns the protocol number for a given protocol name
getprotobynumber()      Returns the protocol name for a given protocol number
getservbyname() Returns the port number for a given Internet service and protocol
getservbyport() Returns the Internet service for a given port and protocol
header_register_callback() Calls a header function
header_remove() Removes an HTTP header previously set with the header() function
header() Sends a raw HTTP header to a client
headers_list() Returns a list of response headers to be sent to the browser
headers_sent() Checks if/where headers have been sent
http_response_code() Sets or returns the HTTP response status code
inet_ntop() Converts a 32bit IPv4 or 128bit IPv6 address into a readable format
inet_pton() Converts a readable IP address into a packed 32bit IPv4 or 128bit IPv6 format
ip2long() Converts an IPv4 address into a long integer
long2ip() Converts a long integer address into a string in IPv4 format
openlog() Opens the connection of system logger
pfsockopen() Opens a persistent Internet or Unix domain socket connection
setcookie() Defines a cookie to be sent along with the rest of the HTTP headers
setrawcookie() Defines a cookie (without URL encoding) to be sent along with the rest of the HTTP headers
socket_get_status() Alias of stream_get_meta_data()
socket_set_blocking() Alias of stream_set_blocking()
socket_set_timeout() Alias of stream_set_timeout()
syslog() Generates a system log message