php tag

731 questions


1 answers
283 views
0
Cannot Bulk Rename php in VSCODE Edit

I use VSCODE to write the php code.I'm going to rename a variable or function.Many sites say Press F2, but When I actually press F2, there is no response.The variable has a cursor and the variable is ...

1 years ago

1 answers
444 views
0
Yahoo API "Insufficient Parameters" Error

I'm trying to run a Japanese morpheme analysis of Yahoo API.Yahoo API Japanese Morpheme AnalysisThe code does not seem to be a problem, but an Insufficient Parameters error occurs.In addition to the a...

1 years ago

1 answers
332 views
0
I want PHP to retrieve the domain when the current URL is a subdomain.

The current URL is https://a.example.com/Also https://b.example.com/If so, how do I get example.com?Can't I get it from the predefined variable $_SERVER?

php
1 years ago

1 answers
490 views
0
Understanding PHP function names.Can I also use "asterisk*" or "escape\"?

Can I also use asterisk* or escape\ for PHP function names?For example, is a function name like fetch_*_id OK?The function name follows the same rules as the other labels in PHP.Valid forms of functio...

php
1 years ago

1 answers
411 views
0
Understanding the MySQL Table Configuration of Parent-Child Hierarchy Data

What you want to do in the endI want to display the parent-child hierarchy category in PHPQAfter searching, I found [PHP][Recursive function version] that I tried to register and display categories of...

1 years ago

1 answers
408 views
0
Understanding Errors in Public Key Authentication

I'd like to authenticate the public key using the ssh2_auth_pubkey_file function in PHP.I am having a hard time because I cannot authenticate with the following message.If you have any advice such as ...

1 years ago

1 answers
448 views
0
Understanding Errors in Public Key Authentication

I'd like to authenticate the public key using the ssh2_auth_pubkey_file function in PHP.I am having a hard time because I cannot authenticate with the following message.If you have any advice such as ...

1 years ago

1 answers
587 views
0
PHP ssh2_scp_send fails to send files as intended

$remote_path is recognized as a filename, not a directory name.If you know how to send files to the specified directory, please contact us.(Example) Files such as \home\user\test.csv are created.   te...

1 years ago

1 answers
450 views
0
PHP ssh2_scp_send fails to send files as intended

$remote_path is recognized as a filename, not a directory name.If you know how to send files to the specified directory, please contact us.(Example) Files such as \home\user\test.csv are created.   te...

1 years ago

2 answers
352 views
0
Differences between "yum remove php*" and "yum remove php php-*

What is the difference between yum remove php* and yum remove php php-*?I would like to know how to use it differently.EnvironmentCentOS 7

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.