doushadu0901 2016-05-15 22:53
浏览 121

使用命令提示符查找特定端口[关闭]

Is it possible to find specific port using command prompt? I want to use the exec command in php to check if a port is open. The fsockopen function in php is very slow so i wanna try to use the cmd to check the port and see if that works better. I want to find if port 7878 is open.

I do not wish to download any softwares, I only want to know if it's possible to do it directly in cmd. And if its possible i want to know how the command for it

  • 写回答

2条回答 默认 最新

  • dsdzvprlp51692469 2016-05-15 23:51
    关注

    i do not know about php code but in network we using : cmd->telnet [domainname or ip] [port]

    i strogly recomended not to use exec in php and evenlook here

    so i found this hope help you

    here (may be slower but safer)

    评论

报告相同问题?

悬赏问题

  • ¥15 vue3加ant-design-vue无法渲染出页面
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构
  • ¥15 python按要求编写程序