Dynamic Web Pages: deutschsprachiger PHP Knotenpunkt seit 1999

Dynamic Web Pages : tutorials _





 
 
 
 
 
 
 

PHP QuickRef

Via QuickRef gelangen Sie direkt zur gesuchten Funktion im Handbuch.

 
 

Printmedien

PHP-Magazin
Das PHP Magazin erscheint 2-monatlich zum Preis von 9,80 €. Studenten erfreuen sich über ermäßigte Abos.

PHP-Journal
Das PHP Journal erscheint 2-monatlich zum Preis von 14,95 €. Studenten und Abonnenten erfreuen sich über bis zu 25% Ermäßigung.

PHP Solutions Magazin
Das PHP Solutions Magazin erscheint alle 3 Monate zum Preis von 8,75 €. Studenten erfreuen sich über ermäßigte Abos.

PHP-Architect
Der php|architect erscheint monatlich als digitale PDF-Version zum Preis von $3,99 USD und als Print-Version zum Preis von $8,69 USD. Im Abo gibt es Rabatt (30% Print, 15% PDF).

 
Tutorials: Socket-Programmierung
Tutorial in dieser Kategorie hinzufügen
PHP Sockets Made Easy (2238 Zugriffe)

This tutorial aims to raise your skills and clear up any confusion or questions you have regarding socket programming with PHP. Let's first talk about what a socket is. Take a look at the picture below...it's a normal to think of these when you hear the work "sockets". Conceptually we can use these socket tools to get a clearer picture of just what sockets do. A socket is a plug or a way to connect to another computer. This computer might be in the next room or across the world which is known as network programming. Your computer is assigned an IP address. This IP address let's any computer in the world know where to reach you (Let's pretend for a minute that firewalls don't exist and you're connected directly to the internet) Computers communicate with your computer through "PORTS". This allows around 65,000+ different applications to be talking to the internet at any given time. If you didn't have ports, computers would have a hard time trying to find out what data was meant for what program.

Tutorial kommentieren  Defekten Link melden

 
Emulating a Basic Web Server with Sockets in PHP (32767 Zugriffe)

Do you think that programming sockets with PHP is really hard work? Not at all. If you’re still not convinced, read this final part of the series "Handling sockets with PHP." In three parts, this series shows how to work with low-level sockets in PHP. It introduces some of the typical tasks, such as creating sockets, as well as reading and writing socket data.

Tutorial kommentieren  Defekten Link melden

 
Completing a Query Processor in PHP (1865 Zugriffe)

Welcome to the third part of the series “Network Programming in PHP.” In three tutorials, this series explains the basics of network programming in PHP, by developing a query processor class in PHP 5, which uses some of the most popular PHP network functions, in order to implement the logic of its methods.

Tutorial kommentieren  Defekten Link melden

 
Developing an Extensible TCP Server with Sockets in PHP (2680 Zugriffe)

Are you interested in learning how to manipulate low-level sockets in PHP? Your search has finished. This is the second part of the series "Handling sockets in PHP", and hopefully you’ll find in it valuable material regarding the creation and manipulation of sockets with PHP, in conjunction with numerous illustrative hands-on examples that will help you build socket servers in a few easy steps.

Tutorial kommentieren  Defekten Link melden

 
Adding Methods to the Query Processor in PHP (2113 Zugriffe)

Over this second article in a series covering network programming in PHP, you will learn how to run popular Windows network monitoring utilities, such as the “ping,” “netstat” and “ipconfig” programs, by adding some new methods to the “QueryProcessor” class introduced in the previous article.

Tutorial kommentieren  Defekten Link melden

 
An Introduction to Sockets in PHP (2830 Zugriffe)

Working with low-level sockets can be a painful task in PHP. Fortunately, PHP offers a nice library of socket handling functions to make your life easier. If you do a lot of network programming in PHP, you will want to check out this three-part series, which starts with the basics and takes you through more advanced approaches. This article is the first one in the series.

Tutorial kommentieren  Defekten Link melden

 
Build a Query Processor Class for Networking in PHP 5 (2269 Zugriffe)

Welcome to the first of three tutorials in a series that covers network programming in PHP. In this article you will learn how to use some useful PHP networking functions that will help you perform a variety of common networking tasks. To that end, you will build a simple networking query application in PHP 5.

Tutorial kommentieren  Defekten Link melden

 
Using Sockets in PHP (3162 Zugriffe)

Sockets are a method in which PHP can connect to another server over the Internet and networks. The basic function to open a socket to a server is fsockopen(). You may be wondering why you would want to connect to another server? If you need to obtain information from a 3rd party server then sockets are for you.

Tutorial kommentieren  Defekten Link melden

 
Writing Socket Servers in PHP (3319 Zugriffe, 1 Kommentare)

This tutorial is intended for the PHP programmer interested in exploring the use of PHP Sockets functions to create an Internet Socket Server.

Tutorial kommentieren  Defekten Link melden

kambiz schreibt:
php

 
Sockets and PHP (2410 Zugriffe)

If you are an intermediate PHP developer you may have wanted to use sockets in connect to your FTP server. Demitrious shows you how this is done.

Tutorial kommentieren  Defekten Link melden

 
zurück

Folge DynamicWebPages!

PHP News als RSS abonnieren ...
Auf Twitter folgen ...
Fan werden auf Facebook ...

 
 

PHP Newsletter

Bleiben Sie immer "Up-To-Date" mit unseren Newslettern!

PHP Newsletter
PHP Trainingsletter

 
 
 
 
 
 

PHP Releases

 
 

Sponsoren

 
 
 
   
powered by Hetzner


top Alle Rechte vorbehalten. © Dynamic Web Pages 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 top

  Seitenaufbau in 0.040 Sekunden