PHP ကျူတိုရီရယ်

PHP ပင်မစာမျက်နှာ PHP မိတ်ဆက် PHP ထည့်သွင်းပါ။ PHP Syntax PHP မှတ်ချက်များ PHP Variables များ PHP Echo / Print PHP Data အမျိုးအစားများ PHP စာတန်းများ PHP နံပါတ်များ PHP သင်္ချာ PHP Constants PHP Operator များ PHP If...Else...Elseif PHP Switch PHP Loops PHP လုပ်ဆောင်ချက်များ PHP Arrays PHP Superglobals PHP RegEx

PHP Forms

PHP Form ကိုင်တွယ်ခြင်း။ PHP Form Validation PHP Form လိုအပ်ပါသည်။ PHP Form URL/E-mail PHP Form ပြီးပါပြီ။

PHP အဆင့်မြင့်

PHP နေ့စွဲနှင့် အချိန် PHP ပါဝင်ပါတယ်။ PHP ဖိုင်ကိုင်တွယ်ခြင်း PHP ဖိုင်ကို ဖွင့်/ဖတ်ပါ။ PHP ဖိုင်ကို ဖန်တီး/ရေးပါ။ PHP ဖိုင်ကို တင်ခြင်း။ PHP Cookies PHP စက်ရှင်များ PHP Filters PHP Filters Advanced PHP ပြန်ခေါ်ခြင်းလုပ်ဆောင်ချက်များ PHP JSON PHP ခြွင်းချက်

PHP OOP

PHP OOP ဆိုတာဘာလဲ PHP အတန်းများ/အရာဝတ္ထုများ PHP Constructor PHP Destructor PHP Access Modifiers PHP Inheritance PHP Constants PHP Abstract အတန်းများ PHP မျက်နှာပြင်များ PHP လက္ခဏာများ PHP Static Methods PHP Static Properties PHP Namespaces PHP Iterables

MySQL ဒေတာဘေ့စ်

MySQL ဒေတာဘေ့စ် MySQL ချိတ်ဆက်မှု MySQL သည် DB ကိုဖန်တီးပါ။ MySQL ဇယားဖန်တီးပါ။ MySQL သည် Data ကိုထည့်သွင်းပါ။ MySQL နောက်ဆုံး ID ကိုရယူပါ။ MySQL တွင် Multiple ထည့်သွင်းပါ။ MySQL ပြင်ဆင်ထားသည်။ MySQL Data ကို ရွေးပါ။ MySQL ဘယ်မှာလဲ။ MySQL Order By MySQL က Data တွေကို ဖျက်လိုက်ပါ။ MySQL အပ်ဒိတ်ဒေတာ MySQL ကန့်သတ်ဒေတာ

PHP XML

PHP XML ပါဆာများ PHP SimpleXML Parser PHP SimpleXML - ရယူပါ။ PHP XML Expat PHP XML DOM

PHP - AJAX

AJAX နိဒါန်း AJAX PHP AJAX ဒေတာဘေ့စ် AJAX XML AJAX တိုက်ရိုက်ရှာဖွေမှု AJAX စစ်တမ်း

PHP ဥပမာများ

PHP ဥပမာများ PHP Compiler PHP Quiz PHP လေ့ကျင့်ခန်းများ PHP Certificate

PHP အ ကိုးအကား

PHP ခြုံငုံသုံးသပ်ချက် PHP Array PHP ပြက္ခဒိန် PHP နေ့စွဲ PHP လမ်းညွှန် PHP အမှား PHP ခြွင်းချက် PHP ဖိုင်စနစ် PHP Filter PHP FTP PHP JSON PHP သော့ချက်စာလုံးများ PHP Libxml PHP Mail PHP သင်္ချာ PHP ထွေ PHP MySQLi PHP ကွန်ရက် PHP Output Control PHP RegEx PHP SimpleXML PHP Stream PHP String PHP Variable ကိုင်တွယ်ခြင်း။ PHP XML Parser PHP Zip PHP အချိန်ဇုန်များ

PHP Network Functions


PHP Network မိတ်ဆက်

Network functions များတွင် network function အမျိုးမျိုးပါဝင်ပြီး အခြား output များမပေးပို့မီ၊ web server မှ browser သို့ပေးပို့သော အချက်အလက်များကို စီမံဆောင်ရွက်နိုင်စေမည်ဖြစ်သည်။


တပ်ဆင်ခြင်း။

Network functions များသည် PHP core ၏ အစိတ်အပိုင်းဖြစ်သည်။ ဤလုပ်ဆောင်ချက်များကို အသုံးပြုရန်အတွက် ထည့်သွင်းရန်မလိုအပ်ပါ။


PHP Network Functions

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