TAILIEUCHUNG - PHP: The Good Parts: Delivering the Best of PHP- P4

PHP: The Good Parts: Delivering the Best of PHP- P4: Vượt qua tất cả các hype về PHP và thâm nhập vào sức mạnh thực sự của ngôn ngữ này. Cuốn sách này khám phá những tính năng hữu ích nhất của PHP và làm thế nào họ có thể đẩy nhanh quá trình phát triển web, và giải thích lý do tại sao thường được sử dụng PHP yếu tố thường được sử dụng sai hoặc misapplied. Bạn sẽ tìm hiểu thêm phần nào sức mạnh để lập trình hướng đối tượng, và làm thế nào để sử dụng. | The second line of output the single use of MD5 does not change on a page refresh while the other content does. There is more detailed discussion on the MD5 function and its more secure cousin shal in Chapter 9 on security. PHP provides many more string functions and over time you may choose to become familiar with many of them. The string functions we have covered here are those that you are likely to find the most beneficial right away. In the next chapter we will follow a similar pattern with a discussion of arrays. String Functions Best of 43 I r CHAPTER 5 Arrays Now that we have a handle on the concept of strings let s take a look at the power and flexibility of arrays. Arrays are known as compound data types all that really means is that they are more complex in structure than simple strings and integers which are also known as scalar data types. Imagine an array as an egg carton. It carries 12 individual compartments that can house one egg each yet it travels around as one entity. The compartments can be broken off and made into single egg holders or holders in any number combination. Additionally these compartments are not limited to holding only eggs they can hold rocks or cookies or match sticks. Of course an analogy like this has its limitations egg cartons cannot easily be expanded and they cannot hold other egg cartons all of which we will see arrays are excellent at doing. Let s talk more precisely about arrays. Like egg cartons arrays have compartments elements that hold data. The elements and their respective data always travel together although you can have an empty element without data and are known as key value pairs. So if we had an array of five elements each containing a number in the range from 1 to 5 it would look like Table 5-1 elements start their counting with 0 . Table 5-1. Visual representation of an array with numeric indexed keys Keys 01234 Values 1 2 3 4 5 Indexed Arrays Arrays with numerical keys are known as indexed arrays. The .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.