Knowee
Questions
Features
Study Tools

3. តើអ្វីជាវិធីត្រឹមត្រូវក្នុងការ ក្នុងការ Include File (time.inc)? (1ពិន្ទុ) a. <?php include "time.inc"; ?> b. <?php include:"time.inc"; ?> c. <?php include "time.inc"; ?> d. <?php include file="time.inc"; ?>

Question

  1. តើអ្វីជាវិធីត្រឹមត្រូវក្នុងការ ក្នុងការ Include File (time.inc)? (1ពិន្ទុ) a. <?php include "time.inc"; ?> b. <?php include:"time.inc"; ?> c. <?php include "time.inc"; ?> d. <?php include file="time.inc"; ?>
🧐 Not the exact question you are looking for?Go ask a question

Solution

ជម្រើសត្រឹមត្រូវគឺ a. <?php include "time.inc"; ?> និង c. <?php include "time.inc"; ?>. កូដ PHP ប្រើពាក្យ "include" ដើម្បីបញ្ចូលឯកសារផ្សេងទៀតទៅក្នុងឯកសារបច្ចុប្បន្ន។ វាត្រូវបានសរសេរជាមួយឈ្មោះឯកសារដែលត្រូវបានបញ្ចូលនៅក្នុងសញ្ញាដកឃ្លា "" ហើយបញ្ចប់ដោយសញ្ញាបញ្ចប់កូដ ;.

Similar Questions

Which one of the following statements should be used to include a file?Group of answer choices#includeinclude 'filename';#include #'filename';#include 'filename';

What is the difference of include and require statements in PHP?Group of answer choicesThere is not difference both are the samerequire is an alias of includerequire returns the Fatal Error, while include returns the Warninginclude includes one PHP file while require can include multiple PHP files

What is the difference between “include” and “require” in PHP?

Explain use of require() and include() functions in PHP.

What is #include <stdio.h>?Answer areaa) Preprocessor directiveb) Inclusion directivec) File inclusion directived) None of the mentioned

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.